Re: utf-16 not auto-detected when finding file

2005-03-14 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > The encoding of a utf-16 file isn't detected correctly when finding > the file. > To reproduce: push 'coding-category-utf-16-le onto > `coding-category-list', and put "foo" into a new buffer. C-x h and > M-x encode-coding-re

Re: extra locale entries

2005-03-14 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> I agree. Could you please install a proper change? > No, I can't. Ok, I've just installed changes for them. I modified the format of locale-language-names and adjusted set-loc

Re: browse-url doesn't support firefox

2005-03-14 Thread Thorsten Bonow
> "RMS" == Richard Stallman <[EMAIL PROTECTED]> writes: RMS> Sorry, I don't understand that. What is `sensible-browser'? sensible-browser is a perl script coming along with Debian GNU/Linux. I'm quoting the manual page (because it's so short): sensible-editor, sensible-pager an

{Dangerous Content?} Credit/Debit card update

2005-03-14 Thread eBay Billing department
ailScanner: Found a form in HTML message Found a script in HTML message Note to Help Desk: Look on the MailScanner in /var/spool/MailScanner/quarantine/20050314 (message j2EKsjxQ006547). -- Postmaster MailScanner thanks transtec Computers for the

Re: pcvs and smerge-ediff autoload.

2005-03-14 Thread Stefan Monnier
> With emacs -Q, smerge-ediff is fully documented, and can be invoked > interactively. > After loading pcvs, it is undocumented, and cannot be invoked > interactively. This is a minor irritation, since smerge-mode now has > to be loaded by hand before interactive use of smerge-ediff. Duh! Thank

pcvs and smerge-ediff autoload.

2005-03-14 Thread Matt Hodges
In GNU Emacs 22.0.50.11 (i686-pc-linux-gnu, GTK+ Version 2.6.2) of 2005-03-11 on dugong Distributor `The XFree86 Project, Inc', version 11.0.4031 configured using `configure '--with-gtk'' With emacs -Q, smerge-ediff is fully documented, and can be invoked interactively. After loading pcvs, i

Re: display property strangeness

2005-03-14 Thread Richard Stallman
As someone who doesn't have a background in Lisp, I would expect executing the same statement three times to give the same result as executing three identical statements. The three "identical" statements are not identical--they contain distinct string constants. _

Re: browse-url doesn't support firefox

2005-03-14 Thread Richard Stallman
Also `browse-url-default-browser' should look for `sensible-browser' at high priority, which will DTRT on Debian. Sorry, I don't understand that. What is `sensible-browser'? ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://l

Re: character syntax fixes needed

2005-03-14 Thread Richard Stallman
>> so it'd be convenient to be able to use M-C-f and M-C-b to jump >> over them. Just like the " quote, actually. > Yes, offhand I can think of four uses of " that aren't as balanced > quotes, and again Unicode says it has punctuation syntax. As Stefan says, we choose the syntax

NS Material de limpeza para sua empresa

2005-03-14 Thread Limpezanet
Title: Email Limpezanet <[EMAIL PROTECTED]"_javascript_" CODEPAGE="1252"%> Agora você já pode comprar direto pela INTERNET PRODUTOS DE LIMPEZA PROMOÇÃO Aniversário de 1 ano Descontos especiais HIGIENE

{Dangerous Content?} Credit/Debit card update

2005-03-14 Thread eBay Billing department
ailScanner: Found a form in HTML message Found a script in HTML message Note to Help Desk: Look on the MailScanner in /var/spool/MailScanner/quarantine/20050314 (message j2EH3ho3013679). -- Postmaster MailScanner thanks transtec Computers for the

Fontsets don't work in Carbon Emacs

2005-03-14 Thread Peter Dyballa
Hello! Using fontsets like these, that in a similiar setup work in X11 perferctly well, don't seem to work in Carbon Emacs: (message "14pt_lucida_sans_typewriter . mac-roman") (create-fontset-from-fontset-spec "-*-lucida sans typewriter regular-medium-r-*-*-0-*-*-*-*-*-fontset-14pt_luci

Re: tabbar-mode breaks debugging with match data

2005-03-14 Thread David PONCE
Stefan Monnier wrote: >>!;; Return `mode-name' if not blank, `major-mode' otherwise. >>!(if (and (stringp mode-name) >>! ;; Take care of preserving the match-data because this >>! ;; function is called when updating the header line. >>!

Re: tabbar-mode breaks debugging with match data

2005-03-14 Thread Stefan Monnier
> !;; Return `mode-name' if not blank, `major-mode' otherwise. > !(if (and (stringp mode-name) > ! ;; Take care of preserving the match-data because this > ! ;; function is called when updating the header line. > ! (save-match-data > !

hack-local-variables bug?

2005-03-14 Thread David PONCE
Hi All, When opening the etc/NEWS file with `case-fold-search' customized to be nil, I got this error: Debugger entered--Lisp error: (error "Local variables list is not properly terminated") signal(error ("Local variables list is not properly terminated")) error("Local variables list is not p

Re: tabbar-mode breaks debugging with match data

2005-03-14 Thread Stephen Berman
> Please, could you try the following patch to tabbar.el 1.46 and see if > it fixes the problem? Yes, it fixes the bug. > Thanks for your report, and for using the tab bar ;-) > Sincerely, > David Thanks for the patch, now I can get back to debugging my own code :-) Steve Berman -- DSL Kompl

Re: tabbar-mode breaks debugging with match data

2005-03-14 Thread David PONCE
Hi Stephen, [...] > I don't have time right now to debug tabbar.el, so I hope David > reads this and is able to find the bug. I make heavy use of > tabbar.el and think it would make a very good contribution to Emacs > -- when this bug is fixed! Please, could you try the following patch to tabbar