Extending GUD tooltips

2005-04-26 Thread Nick Roberts
This patch extends GUD tooltips to display #define directives over relevant identifiers when a C program is under the control of GDB but has no child process i.e the program has either not started, been signalled or exited. Such tooltips could be displayed even if GDB has not been invoked but it

Cannot verify FOR-RELEASE bug

2005-04-26 Thread Josh Varner
I've tried on two different machines, both configured with GTK+ but I can't reproduce this bug from FOR-RELEASE, has anyone else been able to? ** custom mode-line face makes Emacs freeze up From: Stephen Berman <[EMAIL PROTECTED]> Date: Sun, 24 Oct 2004 02:08:56 +0200 I tried with 120 and 90 to

Re: C-n is very slow in Font-Lock mode

2005-04-26 Thread David Kastrup
"Eli Zaretskii" <[EMAIL PROTECTED]> writes: >> Cc: [EMAIL PROTECTED], emacs-devel@gnu.org >> From: David Kastrup <[EMAIL PROTECTED]> >> Date: Tue, 26 Apr 2005 23:38:11 +0200 >> >> > I think jit-lock-defer-time _is_ the way to avoid the slowness if >> > you are willing to see the text unfontified

Re: C-n is very slow in Font-Lock mode

2005-04-26 Thread Richard Stallman
So for its correct behavior, it is mandatory to do the font locking. The only exception to that would be if the user would have specified that it is ok to work with unfontified text. You are right. I will change it back. One way to do that is to set jit-lock-defer-time. Are you

Re: flyspell bug

2005-04-26 Thread Richard Stallman
> Aren't these contradictory settings? If you have > > ispell-really-aspell t > ispell-program-name "aspell" > > your problem will go away, won't it? Yes, I think so, in this case. However, I didn't set those variables, so maybe ispell.el should be loo

Re: C-n is very slow in Font-Lock mode

2005-04-26 Thread Eli Zaretskii
> Cc: [EMAIL PROTECTED], emacs-devel@gnu.org > From: David Kastrup <[EMAIL PROTECTED]> > Date: Tue, 26 Apr 2005 23:38:11 +0200 > > > I think jit-lock-defer-time _is_ the way to avoid the slowness if > > you are willing to see the text unfontified for a fraction of a > > second. > > I think that a

Re: flymake cleanups (long patch)

2005-04-26 Thread Marcelo Toledo
Very nice. But patched or not, it still complanning about compilation-error-regexp-alist, don't have this issue? Chong Yidong <[EMAIL PROTECTED]> writes: > Here is a jumbo patch for the "clean up flymake.el" entry in > FOR-RELEASE. -- Marcelo Toledo [EMAIL PROTECTED] http://www.marcelotoledo.or

Re: ansi-color.el and comint.el

2005-04-26 Thread Stephan Stahl
Luc Teirlinck said: > Would autoloading comint-output-filter-functions not work? But the > same problem could happen to any hook whose defvar gives it a > non-nil value. So I guess that any defvar of such a type that is > not in a preloaded file should be autoloaded, Yes that would work too. U

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

2005-04-26 Thread Stefan Monnier
> Would someone please investigate this bug? > Please respond to this message if you investigate it. I can't investigate it (no time, and no coloring-grep to try it on), but here is a suggestion. > When I do M-x grep and use > grep -nH -e "(define-minor-mode" lisp/*.el > I get a *grep* buffer

Re: Incompatible change without "warning"

2005-04-26 Thread Nick Roberts
> > The current documentation for these related functions uses different > > argument names which I think is confusing: > > I don't think it's confusing: > - `defvaralias' creates a variable alias. > Neither of the two variables is known to be "old" or "new" or "obsolete". > One is the

Re: C-n is very slow in Font-Lock mode

2005-04-26 Thread David Kastrup
"Eli Zaretskii" <[EMAIL PROTECTED]> writes: >> From: Richard Stallman <[EMAIL PROTECTED]> >> CC: emacs-devel@gnu.org >> Date: Tue, 26 Apr 2005 06:05:41 -0400 >> >> > It turns out that vertical-motion was fontifying all the text that >> > it moved over. That seems to be easy to fix. >> >

Re: Incompatible change without "warning"

2005-04-26 Thread Stefan Monnier
> However, my first point was about using the same argument names in the > manual and the documentation string. Would this not generally be > a good idea? Yes, this is of course usually desirable, Stefan ___ Emacs-devel mailing list Emacs-dev

Re: Incompatible change without "warning"

2005-04-26 Thread Stefan Monnier
> The current documentation for these related functions uses different argument > names which I think is confusing: I don't think it's confusing: - `defvaralias' creates a variable alias. Neither of the two variables is known to be "old" or "new" or "obsolete". One is the "base", the other is

Re: font-lock-comment-delimiter-face

2005-04-26 Thread Stefan Monnier
> I introduced a new face, font-lock-comment-delimiter-face, > to make it possible to customize separately the fontification > of comment delimiters and comment text. I also set up Rmail > and Sendmail modes to use this. Seems odd to introduce a new face whose name refers to "comment" even though

Re: Should killing a help or compile buffer also delete the window?

2005-04-26 Thread Stefan Monnier
>> My locally hacked Emacs has changed it to *always* mark the window >> as dedicated. > Does this mean that if you type C-h f cd RET M-x man RET chdir RET, > you end up with three windows (assuming you started with just one)? Can't remember what behavior I implemented (I use special-display-buff

Re: How can I find the source of warnings in *Compile-Log*?

2005-04-26 Thread Kevin Rodgers
Eric Hanchrow wrote: I'm running CVS Emacs. I've noticed that whenever I start it, it shows me a buffer named *Compile-Log*, whose content is always Warning: `error' called with 1 args to fill 0 format field(s) Warning: `error' called with 1 args to fill 0 format field(s) Warning: `err

Re: paragraph-start in Shell mode and Ielm.

2005-04-26 Thread Nick Roberts
> > Stefan, can you work on that? > > I just got a baby girl and am kind of swamped, > > I am sorry to hear it. Unless someone else can figure these things > out, I guess the release has to wait until you have time. Congratulations, Stefan! I suggest that you spend any spare time

Re: ansi-color.el and comint.el

2005-04-26 Thread Kevin Rodgers
Stephan Stahl wrote: > Hi. > > ansi-color.el may overwrite comint-output-filter-functions if it is > loaded before comint.el. That is because ansi-color.el does a simple > > (add-hook 'comint-output-filter-functions > 'ansi-color-process-output) > > Now comint-output-filter-functions is defined

Re: C-n is very slow in Font-Lock mode

2005-04-26 Thread Eli Zaretskii
> From: Richard Stallman <[EMAIL PROTECTED]> > CC: emacs-devel@gnu.org > Date: Tue, 26 Apr 2005 06:05:41 -0400 > > > It turns out that vertical-motion was fontifying all the text that > > it moved over. That seems to be easy to fix. > > Did you try my suggestion of customizing jit-lo

How can I find the source of warnings in *Compile-Log*?

2005-04-26 Thread Eric Hanchrow
I'm running CVS Emacs. I've noticed that whenever I start it, it shows me a buffer named *Compile-Log*, whose content is always Warning: `error' called with 1 args to fill 0 format field(s) Warning: `error' called with 1 args to fill 0 format field(s) Warning: `error' called with 1 ar

Re: ansi-color.el and comint.el

2005-04-26 Thread Luc Teirlinck
Stephan Stahl wrote: ansi-color.el may overwrite comint-output-filter-functions if it is loaded before comint.el. That is because ansi-color.el does a simple (add-hook 'comint-output-filter-functions 'ansi-color-process-output) Now comint-output-filter-functions is defi

Re: Overlay arrow in *compilation* and *grep* buffers

2005-04-26 Thread Richard Stallman
Btw, if the intent was to highlight the current line in the compilation buffer, we could do this with a color overlay that spans the entire line. This would make the line stand out without obscuring any of its text. It is worth a try.

Re: paragraph-start in Shell mode and Ielm.

2005-04-26 Thread Richard Stallman
> Stefan, can you work on that? I just got a baby girl and am kind of swamped, I am sorry to hear it. Unless someone else can figure these things out, I guess the release has to wait until you have time. ___ Emacs-devel mailing list Emacs-dev

Re: Should killing a help or compile buffer also delete the window?

2005-04-26 Thread Richard Stallman
I think Emacs should be a bit more aggressive about marking windows dedicated. I'd be glad to consider specific suggestions. People could try implementing changes in this, and try using them; if such a change is generally liked, we can install it. __

ansi-color.el and comint.el

2005-04-26 Thread Stephan Stahl
Hi. ansi-color.el may overwrite comint-output-filter-functions if it is loaded before comint.el. That is because ansi-color.el does a simple (add-hook 'comint-output-filter-functions 'ansi-color-process-output) Now comint-output-filter-functions is defined and when later comint.el is

You're Billing Information

2005-04-26 Thread Paypal Online
Title: PayPal You're Billing Information! Dear PayPal Member, It has come to our attention that your PayPal Billing Information records are out of date. That r

Re: Your Emacs changes

2005-04-26 Thread Arne JÃrgensen
Richard Stallman <[EMAIL PROTECTED]> wrote March 4, 2005: > We can now install them. Could you send me the latest version of your > changes, with change log entries? First of all: pardon me for answering the above e-mail on this list. I have however tried to answer it privately several times sin

Re: C-n is very slow in Font-Lock mode

2005-04-26 Thread David Kastrup
Richard Stallman <[EMAIL PROTECTED]> writes: > > It turns out that vertical-motion was fontifying all the text that > > it moved over. That seems to be easy to fix. > > Did you try my suggestion of customizing jit-lock-defer-time? > > No, because I want to fix this, not work around it

Re: Can't isearch =?iso-8859-1?q?=27=F6=27?=

2005-04-26 Thread Richard Stallman
We (me and Stefan) has already shown opinions and solutions to the problem. Richard, could you please decide what to do? I have not been reading these messages, because they were numerous and long. Now that there are two proposals, would you please show me the two proposals, each des

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

2005-04-26 Thread Richard Stallman
Would someone please investigate this bug? Please respond to this message if you investigate it. --- Start of forwarded message --- To: Dave Love <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> (Dave Love's message of "Tue, 05 Apr 2005 23:23:21 +0100") From: Lute Kamstra <[EMA

Re: Should killing a help or compile buffer also delete the window?

2005-04-26 Thread Richard Stallman
Granted, but I'm not trying to debate "the right way" to remove a temporary buffer from the screen. I'm proposing that when a temporary buffer is killed, TRYING to also remove the associated window might in itself be the right thing. That's a part of the question of "the right way

Re: C-n is very slow in Font-Lock mode

2005-04-26 Thread Richard Stallman
> It turns out that vertical-motion was fontifying all the text that > it moved over. That seems to be easy to fix. Did you try my suggestion of customizing jit-lock-defer-time? No, because I want to fix this, not work around it. vertical-motion is a cursor motion function. It shou

Re: Feature freeze (was Re: font-lock-comment-delimiter-face)

2005-04-26 Thread Richard Stallman
We should not make a new branch now. Just now we should focus on the release itself. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Removing unloaded functions from auto-mode-alist.

2005-04-26 Thread Richard Stallman
> But it is very common that one loads and evals one and the same file > over and over. We don't want to keep a history of that. I had not considered that. Does loading the same file more than once really happen often? On purpose? For what reason? To load a file multiple times

Re: RMAIL slows

2005-04-26 Thread Richard Stallman
These three show three different situations. In one, rmail-reformat-message has called delete-char. In another, rmail-reformat-message has called rmail-clear-headers. The other is in goto-address and not in rmail-reformat-message at all. One of these is probably the thing that takes the extra t

Re: Incompatible change without "warning"

2005-04-26 Thread Nick Roberts
> I see XEmacs has > define-obsolete-function-alias so we could do: > > Compatibility adds an additional reason. > So please add define-obsolete-function-alias. > Please give it arguments compatible with XEmacs. I have added define-obsolete-function-alias to byte-run.el I have not

Re: flyspell bug

2005-04-26 Thread Stephen Eglen
Peter Heslin writes: > On 2005-04-25, Stephen Eglen <[EMAIL PROTECTED]> wrote: > > Relevant settings: > > ispell-really-aspell t > > ispell-program-name "ispell" > > Aren't these contradictory settings? If you have > > ispell-really-aspell t > ispell-program-name "aspell" > >