Re: [PATCH] make-dist fixes and clean-ups

2005-05-10 Thread Lute Kamstra
Jérôme Marant <[EMAIL PROTECTED]> writes: > Lute Kamstra <[EMAIL PROTECTED]> writes: > >> So you do the following? >> >> 1. Checkout a clean working copy of Emacs' CSV. >> 2. Run "make-dist --snapshot" to get a tarball (without .elc or info >> files). >> 3. Unpack this tarball. >> 4.

emacs-devel@gnu.org

2005-05-10 Thread info
_/_/_/_/_/$B5U1g!y?M:[EMAIL PROTECTED](BSM$B!yB(2q$$!yD>%aD>EE(B_/_/_/_/_/ _/_/_/_/_/_/ http://awg.webchu.com/?springq _/_/_/_/_/_/ $B!xBg9%I>!V(B1$B1_!WL5NA%]%$%s%HB#Dh%-%c%s%Z!<%s7QB3http://awg.webchu.com/?springq $B!}7HBS!&(BPC$BBP1~$G%U%j!<%a!<%k$bMxMQ$G$-$^$9!#(B $B!}F?L>@

Re: define-derived-mode

2005-05-10 Thread Lute Kamstra
Luc Teirlinck <[EMAIL PROTECTED]> writes: > Lute Kamstra wrote: > >> which was an incompatible change. > >Not compatible with what? > > With pre-existing defvars or defcustoms for these hooks. (Unless you > checked for _all_ uses of `define-generic-mode' that there are none. > But how did

Re: [PATCH] make-dist fixes and clean-ups

2005-05-10 Thread Richard Stallman
What about the patch below then? It makes sure that make-dist never distributes ldefs-boot.el (that way, ldefs-boot.el will never be installed either) Why adopt that as the goal? What is wrong with distributing ldefs-boot.el? What is wrong with installing ldefs-boot.el? Unless ther

Fwd: Preventing drag & drop the dired way

2005-05-10 Thread Reiner Steib
--- Begin Message --- Hi there, normally, if I drag a file onto an Emacs session Emacs opens the file. But sometimes, such as when the window with focus happens to contain a dired buffer something else happens. dired will attempt to copy the file to it's current directory. C-h k always reports w

Re: [PATCH] make-dist fixes and clean-ups

2005-05-10 Thread =?iso-8859-1?b?Suly9G1l?= Marant
Quoting Lute Kamstra <[EMAIL PROTECTED]>: > > Many people already proposed that > > Huh? I didn't see it in any of the messages posted to emacs-devel. > They all talked about changing Emacs' Makefiles or the Debian script, > not about changing make-dist. Sorry, you're right, it was proposed to d

Re: flyspell bug

2005-05-10 Thread Kai =?iso-8859-15?Q?Gro=DFjohann?=
Peter Heslin <[EMAIL PROTECTED]> writes: > I never understood why there are two user-configurable variables here, > myself. Shouldn't setting ispell-really-aspell to t automatically set > ispell-program-name to "aspell"? Some folks might set ispell-program-name to "/sw/foo/bin/aspell", so the va

Re: Fwd: Preventing drag & drop the dired way

2005-05-10 Thread David Kastrup
Reiner Steib <[EMAIL PROTECTED]> writes: > I would have suggested to use `dired-mode-hook' to reset the dnd > variables to their standard values. But this won't work because the > DND setup is done after running the hooks in `dired-mode'. That would appear to be a mistake: the purpose of the hoo

Re: RMAIL slows

2005-05-10 Thread Robert J. Chassell
[After running the same RMAIL for several days, deletions slow; but they do not slow the first day.] Success so far! On 6 May 2005, Stefan Monnier said Maybe we just need to make goto-address mark its overlay with the `evaporate' propert so they disappear as soon as they beomce empty

Re: [Lute.Kamstra.lists@xs4all.nl: Re: junk in *grep* buffers]

2005-05-10 Thread Kai =?iso-8859-15?Q?Gro=DFjohann?=
Richard Stallman <[EMAIL PROTECTED]> writes: > Would someone please investigate this bug? > Please respond to this message if you investigate it. Lute Kamstra writes: > I get a *grep* buffer with occurrences of "(define-minor-mode" in lisp > files. Every time that I tried, most lines in this bu

Re: [PATCH] make-dist fixes and clean-ups

2005-05-10 Thread Lute Kamstra
Richard Stallman <[EMAIL PROTECTED]> writes: > What about the patch below then? It makes sure that make-dist never > distributes ldefs-boot.el (that way, ldefs-boot.el will never be > installed either) > > Why adopt that as the goal? What is wrong with distributing > ldefs-boot.el?

Re: Mouse Sel mode and mouse-1-click-follows-link

2005-05-10 Thread Chong Yidong
>The trouble is, I can't get it to work with *Customize* buffers. >This is probably due to some widget magic that I'm ignorant of. Can >someone help me figure it out? > > That is because Custom implements the mouse-1 behavior in a different > way from mouse-1-click-follows-link. > > I

Should overlays evaporate by default?

2005-05-10 Thread Peter Whaite
Robert J. Chassell <[EMAIL PROTECTED]> wrote: > [After running the same RMAIL for several days, deletions slow; but > they do not slow the first day.] > > Success so far! > > On 6 May 2005, Stefan Monnier said > > Maybe we just need to make goto-address mark its overlay with the > `evapo

Re: Fwd: Re: junk in *grep* buffers

2005-05-10 Thread Richard Stallman
The following hack fixes the problem, but this is an imperfect solution. It sets the local variable `pos' from `font-lock-fontify-keywords-region' to avoid changing the current position on the line: Could the code in font-lock-fontify-keywords-region use a marker to maintain that posit

[cstacy@dtpq.com: dissociated usenet]

2005-05-10 Thread Richard Stallman
People might find this amusing. --- Start of forwarded message --- Date: Mon, 9 May 2005 17:49:46 -0400 (EDT) From: "Christopher C. Stacy" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: dissociated usenet X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: Spa

Re: Unclear in etc/NEWS

2005-05-10 Thread Richard Stallman
Many mouse wheels also function as mouse-2, by pressing them. It is all too easy to accidentally press the wheel while you rotate it. This fix presumably ignores mouse-2 clicks interspersed with wheel rotations. Does anyone know if that is what it really does? ___

Re: Fwd: Re: junk in *grep* buffers

2005-05-10 Thread Stefan Monnier
> The following hack fixes the problem, but this is an imperfect solution. > It sets the local variable `pos' from `font-lock-fontify-keywords-region' > to avoid changing the current position on the line: > Could the code in font-lock-fontify-keywords-region use a marker to > maintain

Re: flyspell bug

2005-05-10 Thread Eli Zaretskii
> Cc: emacs-devel@gnu.org, [EMAIL PROTECTED], > [EMAIL PROTECTED], [EMAIL PROTECTED] > From: Juri Linkov <[EMAIL PROTECTED]> > Date: Tue, 10 May 2005 08:04:07 +0300 > > Note that automatic changing the value of `ispell-program-name' > in `ispell-check-version' might surprise users of the asp

Re: Extending GUD tooltips

2005-05-10 Thread =?iso-8859-15?q?J=E9r=F4me_Marant?=
Nick Roberts <[EMAIL PROTECTED]> writes: > I have actually done this now. I found it compelling for several reasons: > > 1) It was a lot easier to do than I thought it would be. > 2) Normal tooltips and GUD tooltips can be toggled independently. > 3) The define lists for macro expansion need only

Re: Relation with package authors (CPerl-mode follow-ups)

2005-05-10 Thread =?iso-8859-15?q?J=E9r=F4me_Marant?=
Stefan Monnier <[EMAIL PROTECTED]> writes: >> I've been recently in touch with Ilya Zakharevich (CPerl-mode author) >> about Cperl-mode bugs I found in current version from Emacs CVS >> trunk (version 5). > > Please post them here. I will do. Last time I reported one, you told me perl-mode did no

MY MAIL''''

2005-05-10 Thread yurilagutin
Dear one, I am YURIY LAGUTIN and I represent Mr. Mikhail Khordokovsky the former C.E.O of Yukos Oil Company in Russia. I have a very sensitive and confidential brief from this top (oligarch) to ask for your partnership in re-profiling funds over US$450 million. I will give the details, but in

Re: Relation with package authors (CPerl-mode follow-ups)

2005-05-10 Thread Stefan Monnier
>>> I've been recently in touch with Ilya Zakharevich (CPerl-mode author) >>> about Cperl-mode bugs I found in current version from Emacs CVS >>> trunk (version 5). >> >> Please post them here. > I will do. Last time I reported one, you told me perl-mode did not > have such a bug :-P But either

Re: Adding missing copyright years

2005-05-10 Thread Alexander Pohoyda
Just a small bug report about copyright-fix-years function (copyright.el, CVS:1.51) Insert this line into a buffer: ; Copyright (C) 99 by Some Company. Call copyright-fix-years function, we get: ;Copyright (C) 99, 05 by Some Company Call the same function again, we get: ;Copyright (C) 99, 2005 b

Re: c-macro-expand isn't part of CC Mode

2005-05-10 Thread Martin Stjernholm
Nick Roberts <[EMAIL PROTECTED]> wrote: > Within Emacs CVS, I think both cc-mode.el and cmacexp.el are part of > Emacs. Maybe so, but it's more relevant to note what the respective maintainers are inclined to support. If the CC Mode maintainers aren't prepared to support a certain feature then it

Bogus temporary frame created by Gnus

2005-05-10 Thread Stefan Monnier
When I do "O f" in Gnus, I'm first prompted for a file name, and then a new frame is created that displays a temporary buffer that's immediately killed. I think it's just a bug, which is fixed by the patch below. Any objection? Note that several other gnus-summary-save-in-* functions may suffer