RE: iswitchb-mode and iswitchb-global-map

2007-01-02 Thread Drew Adams
> > > 2. Shouldn't `iswitchb-global-map' be redefined anew each > > > time `iswitchb-mode' is turned on? > > > > Kind of, yes. I've changed the code to use command remapping > > instead to get > > the same kind of result. I haven't yet given it a try, but I took a quick look at the code. Since th

darwin-i386 build should include "fink"-installed packages like darwin-powerpc build does (patch included)

2007-01-02 Thread Stephen C . Gilardi
When building emacs for Mac OS X (darwin) on the powerpc platform, the "configure" script automatically includes packages installed into the "/sw" hierarchy using "fink" (fink.sourceforge.net). When building for Mac OS X (darwin) on the i386 platform, the "fink" packages are not pic

RE: iswitchb-mode and iswitchb-global-map

2007-01-02 Thread Drew Adams
> > 1. Shouldn't `iswitchb-global-map' be renamed > > `iswitchb-mode-map'? Wouldn't that better follow the > > minor-mode naming convention? > > Yes, but iswitchb-mode-map is already used for something else, so it would > be an incompatible change. I see. I didn't know that. Is that map perhaps f

Re: iswitchb-mode and iswitchb-global-map

2007-01-02 Thread Stefan Monnier
> 1. Shouldn't `iswitchb-global-map' be renamed > `iswitchb-mode-map'? Wouldn't that better follow the > minor-mode naming convention? Yes, but iswitchb-mode-map is already used for something else, so it would be an incompatible change. > 2. Shouldn't `iswitchb-global-map' be redefined anew each

Re: Executable deleted after first run

2007-01-02 Thread Richard Stallman
I spoke too soon. It happened again but I have no idea how to reproduce. Just make sure the user running Emacs has the 'write' access to file 'emacs' in bin dir and after sometime it will happen. If you make a practice of always running Emacs under gdb, does it still fail? If so, you

Re: 'woman' can't format the ssh man page

2007-01-02 Thread Chris Moore
Chong Yidong <[EMAIL PROTECTED]> writes: > Richard Stallman <[EMAIL PROTECTED]> writes: > >> That man page is written in doc rather than in an. >> >> Can we make woman detect use of the doc macros >> and give a meaningful error message? > > I checked in the test suggested by James Cloos. So n

Re: tutorial: "Control-X-prefix is now on M-x Control-X-prefix"

2007-01-02 Thread Lennart Borgman (gmail)
Chris Moore wrote: Run $ emacs -Q and type: x iswitchb-mode C-h t C-s more C-b to see: The following key bindings used in the tutorial had been changed from the Emacs default in the TUTORIAL (English) buffer: Key Standard BindingIs Now On Remark C-x

tutorial: "Control-X-prefix is now on M-x Control-X-prefix"

2007-01-02 Thread Chris Moore
Run $ emacs -Q and type: x iswitchb-mode C-h t C-s more C-b to see: The following key bindings used in the tutorial had been changed from the Emacs default in the TUTORIAL (English) buffer: Key Standard BindingIs Now On Remark C-x Control-X-prefi

Re: tutorial: "but you can use instead"

2007-01-02 Thread Chris Moore
I said I'd produce a minimal test case for this. All you need is this line in .emacs: (global-set-key "\M-k" 'bury-buffer) Then run the tutorial and look for M-k. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mai

Re: Image scroll issue

2007-01-02 Thread Chris Moore
[EMAIL PROTECTED] (Kim F. Storm) writes: > What is the value of the variables timer-list and timer-idle-list ? I just turned off font-lock, paren-mode and blink-cursor to cut down on the contents of these variables. I restarted Emacs, visited that web page again, and still see the same behaviour

Re: Image scroll issue

2007-01-02 Thread Chris Moore
[EMAIL PROTECTED] (Kim F. Storm) writes: > Ok, so what about C-n / C-p ? If I have already used 2 C-v's to get 'into' the image, then C-n does much the same as C-v, and scrolls down to 14% for half a second before it jumps back to 9% again. Each following C-n does the same, never reaching the bo

Re: 4 week-old pretest bugs

2007-01-02 Thread Richard Stallman
I thought I had been pretty precise, but here's a character-by-character (from C-h l) demonstration of how to open a customize window, search for the 'state' button, hit return and then f1 on it: I fixed this. Thanks. ___ emacs-pretes

Re: tutorial: "but you can use instead"

2007-01-02 Thread Lennart Borgman (gmail)
Chris Moore wrote: I have bound M-k to bury-buffer. Typing C-h t to see the tutorial shows me these 2 lines (and lots of other, expected text): M-k Kill to the end of the current sentence ** M-k has been rebound, but you can use instead [More] ** The bug I'm reporting is th

tutorial: "but you can use instead"

2007-01-02 Thread Chris Moore
I have bound M-k to bury-buffer. Typing C-h t to see the tutorial shows me these 2 lines (and lots of other, expected text): M-k Kill to the end of the current sentence ** M-k has been rebound, but you can use instead [More] ** The bug I'm reporting is that "you can use inst

Re: Image scroll issue

2007-01-02 Thread Leo
* Kim F. Storm (2007-01-02 12:17 +0100) said: > "Chris Moore" <[EMAIL PROTECTED]> writes: > >>> Try using the page up/down keys or the up/down arrow keys. >> >> The arrow keys are no use. They're bound to w3m-previous-anchor >> and w3m-next-anchor, so they skip right past the image.

Re: Image scroll issue

2007-01-02 Thread Kim F. Storm
"Chris Moore" <[EMAIL PROTECTED]> writes: >> Try using the page up/down keys or the up/down arrow keys. > > The arrow keys are no use. They're bound to w3m-previous-anchor and > w3m-next-anchor, so they skip right past the image. Ok, so what about C-n / C-p ? > > Using page down doesn't work fo

Re: Image scroll issue

2007-01-02 Thread Chris Moore
On 1/2/07, Kim F. Storm <[EMAIL PROTECTED]> wrote: What do you do to scroll it? Using the mouse to scroll the image doesn't work very well. Try using the page up/down keys or the up/down arrow keys. The arrow keys are no use. They're bound to w3m-previous-anchor and w3m-next-anchor, so they

Re: Image scroll issue

2007-01-02 Thread Kim F. Storm
Leo <[EMAIL PROTECTED]> writes: > Hi all, > > For image taller than window height, scrolling becomes difficult > i.e. the whole image behaves like one line of text and almost > impossible to scroll halfway up. What do you do to scroll it? Using the mouse to scroll the image doesn't work very wel