Re: latin1 input and underscores

2005-03-02 Thread Miles Bader
On Tue, 1 Mar 2005 18:35:04 +0100 (CET), Frederik Fouvry <[EMAIL PROTECTED]> wrote: > With the latin-1-prefix input method, what is the reason for turning > input "_ " (underscore space) into "\ " (backslash space)? I've no opinion on whether the "_ " input sequence is the right thing or not, but

Re: latin1 input and underscores

2005-03-02 Thread Frederik Fouvry
,-- On Wed, 2 Mar 2005 17:08:10 +0900, Miles Bader wrote: | | On Tue, 1 Mar 2005 18:35:04 +0100 (CET), Frederik Fouvry | <[EMAIL PROTECTED]> wrote: | > With the latin-1-prefix input method, what is the reason for turning | > input "_ " (underscore space) into "\ " (backslash space)? | | I've no

Re: latin1 input and underscores

2005-03-02 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Miles Bader <[EMAIL PROTECTED]> writes: > On Tue, 1 Mar 2005 18:35:04 +0100 (CET), Frederik Fouvry > <[EMAIL PROTECTED]> wrote: >> With the latin-1-prefix input method, what is the reason for turning >> input "_ " (underscore space) into "\ " (backslash space)?

Re: View-quit in help buffer doesn't always quit

2005-03-02 Thread Richard Stallman
This patch looks plausible, and gives correct results in the case you reported. Does it give correct results in general? *** help-mode.el17 Dec 2004 19:35:41 -0500 1.30 --- help-mode.el01 Mar 2005 17:21:24 -0500 *** *** 194,201 ;;;###autoload (defun

Re: No "back" button in *Help* with `C-x n n'

2005-03-02 Thread Richard Stallman
However, the second problem seems more serious: in the *Disabled Command* buffer clicking on `save-restriction' pops up its help text What is the precise complete series of input that you give? How do you get a chance to click on that function name in the *Disabled Command* buffer? The bu

Re: latin1 input and underscores

2005-03-02 Thread Frederik Fouvry
,-- On Wed, 2 Mar 2005 19:41:37 +0900 (JST), Kenichi Handa wrote: | | In article <[EMAIL PROTECTED]>, Miles Bader <[EMAIL PROTECTED]> writes: | | > On Tue, 1 Mar 2005 18:35:04 +0100 (CET), Frederik Fouvry | > <[EMAIL PROTECTED]> wrote: | >> With the latin-1-prefix input method, what is the rea

Re: Double mode crashes emacs in message mode

2005-03-02 Thread Reiner Steib
On Mon, Feb 21 2005, Niels Olof Bouvin wrote: >> On Fri, Feb 18 2005, Niels Olof Bouvin wrote: >>> I usually use double-mode to enter Danish letters ('æøåÆØÅ'), when using >>> Emacs. Double-mode requires you to hit e.g. ':' twice to produce an ':' >>> rather than a 'Æ', and this has worked without

windmove bug

2005-03-02 Thread joakim
Symptoms: "windmove" is a package included with emacs to conveniently jump between text windows in an emacs frame. the algorithm to find which window to jump to, doesnt always "do the right thing", imho. For instance, make a window layout like this: +-+-+ | A | B | +-+-

./make-package fails

2005-03-02 Thread Peter Dyballa
Hello! Trying to make a Carbon Emacs fails quite early, just after configure finished and "cd lib-src; make all" started: gcc -I/sw/include -L/sw/lib -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -DHAVE_CONFIG_H -I. -I../src -I/Users/pete/Quellen/Emacs_CVS/emacs/mac/../lib-src -I/Users/

Re: No "back" button in *Help* with `C-x n n'

2005-03-02 Thread Stephen Berman
On Wed, 02 Mar 2005 06:23:17 -0500 Richard Stallman <[EMAIL PROTECTED]> wrote: > However, the second problem seems more serious: in the *Disabled > Command* buffer clicking on `save-restriction' pops up its help text > > What is the precise complete series of input that you give? 1. Emacs

Re: query-replace-regexp whitespace handling

2005-03-02 Thread Michael Mauger
--- Eli Zaretskii <[EMAIL PROTECTED]> wrote: > > Date: Wed, 9 Feb 2005 08:54:59 -0800 (PST) > > From: Michael Mauger <[EMAIL PROTECTED]> > > > > I am in W32 but it doesn't appear to be system dependent. I did some > > more research and determined that the problem is not specific to > > `query-re

Re: iconify-frame and make-frame-visible messages in echo area

2005-03-02 Thread Richard Stallman
Yes, now I remember I'd also seen these messages before when using speedbar, which I also have from the cedet package. The messages are caused by dframe-handle-make-frame-visible and dframe-handle-iconify-frame in speedbar/dframe.el. Comment out the message lines in those func

Re: CVS Emacs + BBDB + mailabbrev.el change causes extra quotes

2005-03-02 Thread Richard Stallman
The Emacs change fixed a bug that a user encountered. So I think BBDB has to adapt, unless someone finds a way to distinguish the cases where the bug needed to be fixed from the cases where BBDB needs the old behavior. ___ Emacs-pretest-bug mailing lis