Re: Inherited face appears as a function in customize-face buffer

2005-04-06 Thread Ralf Angeli
* David PONCE (2005-04-05) writes: It looks clean to me. I have never understood widgets very well, so I don't know whether it is correct. But if it seems to work better than the present code, it must be a step forward. I wish someone here had enough expertise to be able to assure us it

Re: gnus-carpal-mode and mouse-autoselect-window

2005-04-06 Thread Klaus Zeitler
Richard == Richard Stallman [EMAIL PROTECTED] writes: Richard Richard It seems to me as if set-window-point and goto-char don't do Richard the same thing. Richard Richard This is right--they are not the same. set-window-point sets Richard the point value of the

C-h k is overly verbose/wrong for some menu bindings

2005-04-06 Thread Kim F. Storm
Some menu bar entries refer to the same lisp function: All entries on Edit=Select and Paste=[kill ring item] runs menu-bar-select-yank. Buffers selectable from the Buffer=[buffer name] menu runs menu-bar-select-buffer. Now, if I run C-h k and click on one of the above item, I get something

Re: debugging Lisp nesting exceeds max-lisp-eval-depth error?

2005-04-06 Thread Chris Moore
I found a way of reproducing the problem, so I was able to get a backtrace in the lisp debugger before the depth got too great: Debugger entered--entering a function: * tramp-file-name-handler(expand-file-name /home/chris/emacs/tramp.elc.gz /[EMAIL PROTECTED]:/home/moore_cm/) [...] *

Re: gnus-carpal-mode and mouse-autoselect-window

2005-04-06 Thread Stefan Monnier
Functions that expect an argument to be a position (an integer), but accept a marker as a substitute, normally ignore the marker buffer. The meaning of this sentence isn't clear to me. If marker M points to position P in buffer A and you're in buffer B, (goto-char M) will go to position P in

Re: treat .xpi as archive file

2005-04-06 Thread Richard Stallman
But wouldn't it be better instead of these extension to add ZIP magic string PK^C^D to `magic-mode-alist' to recognize archive files for any possible extension? Yes, in principle (like compressed files), but please don't mess with that now. I tend to agree it is better to

Re: poor additions in quail/latin-ltx

2005-04-06 Thread Richard Stallman
When the Emacs implementation of multilingual menus gets good enough, at some point we might start putting some into Emacs. I don't understand what isn't good enough about the GTK menus for this now that most Emacs characters can be encoded in utf-8. For Emacs to USE

BibTeX-mode: Key generation when latin-1 characters appear in author field

2005-04-06 Thread Christian Schlauer
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org

cvs-version doesn't build

2005-04-06 Thread Helmut Jarausch
Hi, I've been trying to build the cvs-version several times, but it always fails. I have done ./autogen.sh CFLAGS='-O3 -march=pentium3' ./configure --prefix=/usr/local \ --with-gtk \ --with-xpm --with-jpeg --with-tiff --with-gif --with-png make bootstrap which fails with Loading

M-x ediff-backup RET should offer current buffer as `file'?

2005-04-06 Thread Christian Schlauer
Hello! This isn't a bug but a (tiny) feature request. M-x ediff-buffers RET offers the current buffer as one of the buffers to compare: ,[ M-x ediff-buffers RET ] | Buffer A to compare: (default test.txt) ` M-x ediff-backup RET, on the other hand, does not offer the current buffer as

Re: BibTeX-mode: Key generation when latin-1 characters appear in author field

2005-04-06 Thread Stefan Monnier
Now, press `C-c C-c' inside the entry -- Emacs suggests `blöd05:_test' as the key to use -- and hit RET: Emacs writes in the minibuffer `New inserted entry yields duplicate key'. Does the patch below fix the problem for you? Stefan --- bibtex.el 26 jan 2005 14:25:43 -0500

Re: treat .xpi as archive file

2005-04-06 Thread Jason Rumney
Richard Stallman [EMAIL PROTECTED] writes: Yes, in principle (like compressed files), but please don't mess with that now. I tend to agree it is better to recognize these by filenames. That is because there is a very strong convention to use those filenames for these files. People

Re: gnus-carpal-mode and mouse-autoselect-window

2005-04-06 Thread Richard Stallman
If marker M points to position P in buffer A and you're in buffer B, (goto-char M) will go to position P in buffer B, ignoring the fact that M is a position in buffer A and that P may be outside of point-min...point-max in buffer B. Point can't move to a position outside the

Re: C-h k is overly verbose/wrong for some menu bindings

2005-04-06 Thread Richard Stallman
: menu-bar edit select-paste ;; then enter the text in that file's own buffer. runs the command menu-bar-select-yank :which is an interactive compiled Lisp function in `menu-bar'. : It is bound to menu-bar edit select-paste ;; then enter the text in that file's own buffer.,

Re: junk in *grep* buffers

2005-04-06 Thread Richard Stallman
It would seem much safer to do the translation of escape sequences to text-properties in the process filter (maybe it could add a `font-lock-face' property, so that the displayed result would honor font-lock-mode). Would someone like to try implementing this? Do these escape

Regions Network Update

2005-04-06 Thread Regions.com
Title: Regions We are glad to inform you, that our bank has a new security system. The new updated technology will ensure the security of your payments through our

Re: Your Website

2005-04-06 Thread Sarah Lynch
Dear Friend, You have NO IDEA what you are about to experience. I am part of a team of ultra-successful entrepreneurs with multiple-six and seven figure incomes. We're looking to work with other highly motivated people who are looking to achieve the same results. Here’s how: A few years ago, I

No way to exit Emacs

2005-04-06 Thread RGB
It appears that there is no way to exit Emacs if you don't have security permission to write to the home directory. Although Emacs asks Do you want to quit anyway no response actually allows you to exit Emacs if it can't save .emacs-places due to a security/permissions error.