key bindings for flyspell-mode that work on terminals

2005-08-16 Thread Dan Nicolaescu
All flyspell-mode key bindings (mouse-2 C-. C-, C-; ) don't wok on ttys. It would be nice if at least flyspell-auto-correct-word had a key binding that worked on a terminal. I don't have any good suggestion... ___ Emacs-pretest-bug mailing list Emac

Re: Emacs Lisp reference: [EMAIL PROTECTED] vs body...

2005-08-16 Thread Richard M. Stallman
I noticed a small inconsistency in the Emacs Lisp Reference manual. Some functions have their argument `body' renamed to `forms' in the documentation, some not. How about if you change `forms' and `body-forms' to `body'. (But be careful not to do this when it isn't really the form's bo

Re: GUD node names

2005-08-16 Thread Richard M. Stallman
Two GUD-related nodes in the Emacs manual have too general names: `Layout' and `Other Buffers'. Unlike other GUD subnode names, after looking at these nodes names you can't get an idea that they document only GUD aspects. Any objections to adding the word `GUD' to these names?

Re: GUD node names

2005-08-16 Thread Richard M. Stallman
> Two GUD-related nodes in the Emacs manual have too general names: > `Layout' and `Other Buffers'. I agree that that is unfortunate. They are not subnodes of GUD but of "GDB Graphical Interface". All the other (GUD) nodes listed with "GDB Graphical Interface" apply to a range

local var evaluation order

2005-08-16 Thread Thien-Thi Nguyen
Dan Nicolaescu <[EMAIL PROTECTED]> writes: > -*- mode: grep; default-directory: "~/src/emacs/lisp/" -*- > > it seems that it's just not used in the right order. maybe this is related to another bug: w/ recent (this week) emacs from cvs, this small file: -->8

pop-to-buffer with new frames is slow when custom faces have been installed

2005-08-16 Thread David Reitter
pop-to-buffer is very slow (>1 sec, sometimes more!) when a color theme (color-theme package) is chosen that sets a couple of faces and when pop-up-frames it t. Test case: (require 'color-theme) (color-theme-arjen) ;; or any other theme (setq pop-up-frames t) (pop-to-buffer "test" nil nil)

Re: grep cannot find relative file names after save and re-open

2005-08-16 Thread Dan Nicolaescu
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > C-x C-f /tmp/TEST RET > now move the cursor to one of the "calendar/calendar.el" lines and > press RET > > at that point you are prompted to enter the file name where the file > "calendar.el" is found. > > Th

GUD node names

2005-08-16 Thread Nick Roberts
> Two GUD-related nodes in the Emacs manual have too general names: > `Layout' and `Other Buffers'. Unlike other GUD subnode names, > after looking at these nodes names you can't get an idea that they > document only GUD aspects. Any objections to adding the word `GUD' > to these names? The

Re: grep cannot find relative file names after save and re-open

2005-08-16 Thread Richard M. Stallman
C-x C-f /tmp/TEST RET now move the cursor to one of the "calendar/calendar.el" lines and press RET at that point you are prompted to enter the file name where the file "calendar.el" is found. That is no bug. Emacs can't find the files unless you tell it where to look. If you

Emacs Lisp reference: [EMAIL PROTECTED] vs body...

2005-08-16 Thread Juri Linkov
I noticed a small inconsistency in the Emacs Lisp Reference manual. Some functions have their argument `body' renamed to `forms' in the documentation, some not. Some use the Texinfo command [EMAIL PROTECTED]' to produce dots, some use `...' literally. Even very similar commands have different arg

GUD node names

2005-08-16 Thread Juri Linkov
Two GUD-related nodes in the Emacs manual have too general names: `Layout' and `Other Buffers'. Unlike other GUD subnode names, after looking at these nodes names you can't get an idea that they document only GUD aspects. Any objections to adding the word `GUD' to these names? Index: man/buildin

Re: mwheel-scroll => backtrace

2005-08-16 Thread Christoph Conrad
Hello Jason, >> (defun mwheel-scroll (event) > Please describe exactly what actions triggered the bug, and the > precise symptoms of the bug. Please also update to a more recent > version of CVS, to make sure it hasn't already been fixed there. Solved. I misinterpreted the doc-string of `mouse-w

Re: mwheel-scroll => backtrace

2005-08-16 Thread Jason Rumney
Christoph Conrad wrote: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: backtrace, mods in the following code is nil when scrolling, so assoc fails. (defun mwheel-scroll (event) ... (mods (delq 'click (delq 'double (delq 'triple (e

Re: ido shows wrong completions

2005-08-16 Thread Matthieu MOY
Kim F. Storm said: >> My advice would be to take the trailing slash into account. For example, >> make "/" equivalent to what is currently "/ RET". > > Ido does that already if there are no other completions, see > ido-enter-single-matching-directory. How about this? --- ido.el.orig 2005-08-16 1

Re: mwheel-scroll => backtrace

2005-08-16 Thread Christoph Conrad
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 mailin

Re: ido shows wrong completions

2005-08-16 Thread Kim F. Storm
"Matthieu MOY" <[EMAIL PROTECTED]> writes: > > Since I've already typed a slash (the minibuffer shows ~/local/), I expect > the current directory to be ~/local/, not ~/. That is confusing, yes, but until you type RET, you don't switch directory. Consdier this: if you just type ~/cal/ rather th

Re: ido shows wrong completions

2005-08-16 Thread Matthieu MOY
Kim F. Storm said: > Matthieu Moy <[EMAIL PROTECTED]> writes: > >> I have a ~/local/ and a ~/local-mirror/ directory in my $HOME. >> >> With ido enabled, when I do C-x C-f ~/local/ TAB TAB, the list of >> completion is the list of files in my $HOME, with the 7th character >> highlighted, whereas i

Re: ido shows wrong completions

2005-08-16 Thread Kim F. Storm
Matthieu Moy <[EMAIL PROTECTED]> writes: > I have a ~/local/ and a ~/local-mirror/ directory in my $HOME. > > With ido enabled, when I do C-x C-f ~/local/ TAB TAB, the list of > completion is the list of files in my $HOME, with the 7th character > highlighted, whereas it should list $HOME/local/.

Re: IDO and TRAMP don't work well together

2005-08-16 Thread Kim F. Storm
Matthieu Moy <[EMAIL PROTECTED]> writes: > I got in a lot of bugs when using TRAMP + IDO, when I have to specify > the user name. I guess the bugs are in IDO, not TRAMP (I'm CC-ing the > author of IDO). > > For example: > > $ emacs -q > M-x ido-mode RET > C-x C-f /ssh:moy@ > > When I press "

build should require correct version of makeinfo

2005-08-16 Thread Matthieu MOY
Hi, On my machine, CVS Emacs doesn't build if I have makeinfo 4.1 in my $PATH, but does if I have makeinfo 4.2. In the man/ subdirectory, I get: dired-x.texi:27: Unknown command `copying'. dired-x.texi:60: Unmatched [EMAIL PROTECTED]'. The configure should have warned me with a clear error m

Re: grep cannot find relative file names after save and re-open

2005-08-16 Thread Juri Linkov
> emacs -q > C-x C-f $YOUR_EMACE_SOURCE_TREE/lisp/ChangeLog RET > M-x grep RET defface */*.el RET > C-x C-w /tmp/TEST RET > C-x k TEST RET > > now open /tmp/TEST > > C-x C-f /tmp/TEST RET > now move the cursor to one of the "calendar/calendar.el" lines and > press RET > > at that point you are pr