Typo in man/dired.texi

2006-08-08 Thread Ari Roponen
Hi, in node `Marks vs Flags' there is a typo: .. commands to operate on files use the files marked with @samp{*}. The only command that operates on flagged flies is @kbd{x}, which expunges them. Seems like `flies' should be `files'. Flies are too fast for me to flag :-) - Ari Roponen

Re: Typo in man/dired.texi

2006-08-08 Thread Romain Francoise
Ari Roponen [EMAIL PROTECTED] writes: Seems like `flies' should be `files'. Thanks, fixed. -- Romain Francoise [EMAIL PROTECTED] | The sea! the sea! the open it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the | ever free! --Bryan W.

Re: sh-mode font-lock error

2006-08-08 Thread Stefan Monnier
Well, I believe the one I just installed does fix it, this time. It fixes the previously posted example, but now this snippet is messed up: #!/bin/bash gbytes=`echo $bytes_total | gawk '{printf(%5.1f), $1 / (1024^3)}'` echo The time is now `date` Should be fixed now, Stefan

Re: font-lock confused in sh-script-mode

2006-08-08 Thread Stefan Monnier
The buffer is font-locked incorrectly, see the attached screen shot: [...] It seems like the unbalanced backquote in the comment «# force `ro» in combination with the two «echo ... \\» confused font-lock. I don't see anything wrong in the screen shot. Sorry, for some reason this screen

Re: reproducible cygwin memory problems

2006-08-08 Thread emacs user
From: Eli Zaretskii [EMAIL PROTECTED] Could you try setting image-cache-eviction-delay to nil, does not help and perhaps also stepping with GDB through Fclear_image_cache, to see whether the code there really gets executed? trying to gdb emacs causes cygwin's X-windows to freeze up

Re: Multiple runs of menu-bar-update-hook

2006-08-08 Thread Richard Stallman
Is this the kind of debugging you wanted - does it help? It is the right kind, and it gives some useful info. Now the question is, since it ran the hook inside update_menu_bar, why did it run the hook again in set_frame_menubar? Something near the start of that function must be setting

Re: Multiple runs of menu-bar-update-hook

2006-08-08 Thread Richard Stallman
Is this the kind of debugging you wanted - does it help? It is the right kind, and it gives some useful info. Now the question is, since it ran the hook inside update_menu_bar, why did it run the hook again in set_frame_menubar? Something near the start of that function must be setting

Re: Error during ask-user-about-lock

2006-08-08 Thread Richard Stallman
Visit a file that you have modified in another emacs session. Emacs asks what you want to do about the lock. Hit ? to popup the *Help* window in a new frame. After the frame has appeared, I get an immediate: Debugger entered--Lisp error: (error Non-character input-event)

[PATCH] another possible behavior for ido-enter-matching-directory

2006-08-08 Thread Matthieu Moy
Hi,We had a discussion a few months ago about the behavior of ido whenone types a slash.I'm still not satisfied by the current bevavior. In particular, Ioften have directories like:./XXX/ ./XXX-aaa/./XXX-bbb/./XXX-ccc/Then, at the prompt, I get./XXX/{XXX-aaa,XXX-bbb,XXX-ccc,XXX}and I have no fast

Re: reproducible cygwin memory problems

2006-08-08 Thread Eli Zaretskii
From: emacs user [EMAIL PROTECTED] Cc: emacs-pretest-bug@gnu.org Bcc: Date: Tue, 08 Aug 2006 11:59:04 -0400 can you suggest instead some line of code I could insert into Fclear_image_cache and where exactly, so that it will print out some message saying that this code is executed? If

Re: sh-mode font-lock error

2006-08-08 Thread Glenn Morris
Stefan Monnier wrote: Should be fixed now, The latest sh-script.el correctly fontifies everything I throw at it so far. Many thanks; I found this bug quite annoying. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: reproducible cygwin memory problems

2006-08-08 Thread emacs user
From: Eli Zaretskii [EMAIL PROTECTED] Fclear_image_cache and where exactly, so that it will print out some message saying that this code is executed? If you can, please be very explicit, I have no c-programming experience whatsoever. First, the whole body of that function is inside an

Re: Error during ask-user-about-lock

2006-08-08 Thread Stefan Monnier
Visit a file that you have modified in another emacs session. Emacs asks what you want to do about the lock. Hit ? to popup the *Help* window in a new frame. After the frame has appeared, I get an immediate: Debugger entered--Lisp error: (error Non-character

Re: `facemenu-set-face' doesn't add face to the Face menu

2006-08-08 Thread Richard Stallman
To add FACE in the first paragraph means to apply it to the region. That has nothing to do with putting it at the front of the list of faces to be used, unless I misunderstand. If you apply it to a region, then the text in the region gets that face; that's all - no? It means to

Re: crash when function-key-map is nil

2006-08-08 Thread Richard Stallman
Looks good. How about the lines (9495-7): mock_input = max (t, mock_input); fkey.start = fkey.end = KEYMAPP (fkey.map) ? 0 : bufsize + 1; keytran.start = keytran.end = KEYMAPP (keytran.map) ? 0 : bufsize + 1; should they also read?: mock_input = max (t,