Re: Emacs aborts when trying to use replace-string with "bad" character

2005-02-21 Thread Tim Van Holder
On Tue, 15 Feb 2005 01:18:39 -0500, Richard Stallman <[EMAIL PROTECTED]> wrote: > Does it work well with this change? > > *** minibuf.c 12 Dec 2004 13:24:44 -0500 1.278 > --- minibuf.c 14 Feb 2005 10:22:51 -0500 > *** > *** > *** 598,603 > --- 602,611 >

Re: process-connection-type in Mac OS X for Carbon Emacs

2005-02-21 Thread Harald Maier
Peter Dyballa <[EMAIL PROTECTED]> writes: > Hello! > > This variable is set true for any UNIX type GNU Emacs, but not for > Carbon Emacs in Mac OS X. This leads to such messages in a regular > shell buffer of a Carbon Emacs: > > Warning: no access to tty (Bad file descriptor). > Thus n

Re: Fontsets and ispell

2005-02-21 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > I changed them this way: > (setq ispell-local-dictionary-alist > '(("english" > "[a-zA-Z]" "[^a-zA-Z]" "[']" t ("-C") "~tex" iso-8859-1) > ; ("german" > ; "[a-zA-Z\"]" "

Re: scroll-down and partially-visible lines.

2005-02-21 Thread Kim F. Storm
Matt Hodges <[EMAIL PROTECTED]> writes: > I see a problem with scroll-down and partially-visible lines which can > be triggered in view-mode. I have installed another patch which should avoid the partially visible cursor altogether -- although I cannot specifically reproduce your bug, I think it

Re: [OS X] Delete key should delete forward

2005-02-21 Thread Jesper Harder
YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: >> On Sun, 06 Feb 2005 20:56:59 +0100, Jesper Harder <[EMAIL PROTECTED]> >> said: > >> Hi, In the carbon Emacs build, the key labelled "delete" and with an >> arrow pointing to the right should delete forward. > > How about this patch? Than

Re: Fontsets and ispell

2005-02-21 Thread Peter Dyballa
Am 21.02.2005 um 03:17 schrieb Kenichi Handa: Emacs distinguishes latin-1 and latin-15 characters. Please specify CASECHARS and NOT-CASECHARS in unibyte (i.e. using octal form of byte sequence for iso-8859-1) without using '-' between eight-bit chars (see lisp/textmodes/ispell.el. Then the latest

Re: cvs-retrieve-revision passes wrong BUFFER argument to call-process

2005-02-21 Thread Stefan Monnier
> In lisp/pcvs.el, cvs-retrieve-revision passes to call-process a bogus > (I think) BUFFER argument: It does not match the function description > and the effect (from looking at the code in src/callproc.c) seems to > be the same as if (t t) were passed. I propose the following patch: Installed, t

Re: Double mode crashes emacs in message mode

2005-02-21 Thread Reiner Steib
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 any problems in years. > However, in the past week (I

SEGV in alloc.c on x86_64

2005-02-21 Thread Reiner Steib
Please describe exactly what actions triggered the bug and the precise symptoms of the bug: While using Gnus, Emacs received SIGSEGV. See gdb backtrace and xbacktrace below. The gdb session is still running so I can provide more information if necessary. In GNU Emacs 22.0.50.14 (x86_64-unknown

cvs-retrieve-revision passes wrong BUFFER argument to call-process

2005-02-21 Thread Wolfgang Jenkner
In lisp/pcvs.el, cvs-retrieve-revision passes to call-process a bogus (I think) BUFFER argument: It does not match the function description and the effect (from looking at the code in src/callproc.c) seems to be the same as if (t t) were passed. I propose the following patch: ~~~

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

2005-02-21 Thread Reiner Steib
On Fri, Feb 18 2005, Klaus Zeitler wrote: > gnus-carpal-mode has a little annoyance when mouse-autoselect-window is set. > Whenever I switch to the carpal window to press one of the buttons, emacs > automatically scrolls the carpal buffer to the end. This happens only when I > set mouse-autoselect

process-connection-type in Mac OS X for Carbon Emacs

2005-02-21 Thread Peter Dyballa
Hello! This variable is set true for any UNIX type GNU Emacs, but not for Carbon Emacs in Mac OS X. This leads to such messages in a regular shell buffer of a Carbon Emacs: Warning: no access to tty (Bad file descriptor). Thus no job control in this shell. You have yourself set a

Not able to change the fonts with SHIFT-LMB

2005-02-21 Thread Marian ZUREK
Symptoms: Hi, I am unable to change the default fonts when pressing the SHIFT-LMB. Should I edit any *XResources* file(s) Thanks for your support. Kind regards, Marian ZUREK In GNU Emacs 21.3.50.1 (powerpc-apple-darwin7.7.0) of 2005-01-08 on iBookG4.local Distributor `Apple Computers', versi

Re: [OS X] Delete key should delete forward

2005-02-21 Thread YAMAMOTO Mitsuharu
> On Sun, 06 Feb 2005 20:56:59 +0100, Jesper Harder <[EMAIL PROTECTED]> > said: > Hi, In the carbon Emacs build, the key labelled "delete" and with an > arrow pointing to the right should delete forward. How about this patch? YAMAMOTO Mitsuharu

Re: And another crash when scrolling around. No xassert this time.

2005-02-21 Thread Kim F. Storm
David Kastrup <[EMAIL PROTECTED]> writes: > Which would be the UNBLOCK_INPUT line in xdisp.c at > > #ifdef HAVE_WINDOW_SYSTEM > if (FRAME_WINDOW_P (f) > && update_window_fringes (w, 0) > && !just_this_one_p > && (used_current_matrix_p || overlay_arrow_seen) > && !w->pseud