Re: Function "w32_abort" not defined

2006-01-06 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Fri, 6 Jan 2006 09:59:42 +1300 > Cc: emacs-pretest-bug@gnu.org > > I fixed a typo Oops! that was a left-over from my testing. Thanks for catching it. > but why have you taken your code out of the conditional? Because it didn't work inside the co

Re: [EMAIL PROTECTED]: Typo in textmodes/bibtex.el]

2006-01-06 Thread Eli Zaretskii
> From: Michael Ernst <[EMAIL PROTECTED]> > To: emacs-pretest-bug@gnu.org > Date: Sun, 01 Jan 2006 13:11:17 -0500 > Subject: Typo in textmodes/bibtex.el > > This patch fixes a typo in textmodes/bibtex.el. Thanks, I installed it. ___ emacs-pretest-bug

Re: In info: Wrong type argument: stringp, nil

2006-01-06 Thread Juri Linkov
> I fixed this bug. I don't understand the purpose of the following fix: @@ -568,7 +568,9 @@ (if (and (stringp file-or-node) (string-match "(.*)" file-or-node)) file-or-node (concat "(" file-or-node ")"))) -(if (zerop (buffer-size)) +(if (and (zerop (buffer-s

Re: [EMAIL PROTECTED]: Typos in lisp/textmodes/tildify.el]

2006-01-06 Thread Eli Zaretskii
> From: Michael Ernst <[EMAIL PROTECTED]> > To: emacs-pretest-bug@gnu.org > Date: Sun, 01 Jan 2006 13:27:34 -0500 > Subject: Typos in lisp/textmodes/tildify.el > > This patch fixes two misspellings in lisp/textmodes/tildify.el. > > 2006-01-01 mernst <[EMAIL PROTECTED]> > > * textmodes/ti

Re: vc-annotate tries to load vc-nil

2006-01-06 Thread Juri Linkov
> BTW, now that I think about it, the reason why I had the old behavior is > that the "current" revision (the not-yet-committed state of the file) can't > be obtained otherwise. > So with the old behavior I could do a diff between the current file and > revision N whereas with your patch it seems t

Re: [EMAIL PROTECTED]: etc/NEWS typos]

2006-01-06 Thread Eli Zaretskii
> From: Michael Ernst <[EMAIL PROTECTED]> > To: emacs-pretest-bug@gnu.org > Date: Sun, 01 Jan 2006 13:29:54 -0500 > Subject: etc/NEWS typos > X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 > > This patch fixes a number of English and grammar errors in etc/NEWS . > >

Re: [EMAIL PROTECTED]: Type in emacs-lisp/find-func.el]

2006-01-06 Thread Eli Zaretskii
> From: Michael Ernst <[EMAIL PROTECTED]> > To: emacs-pretest-bug@gnu.org > Date: Sun, 01 Jan 2006 13:15:17 -0500 > Subject: Type in emacs-lisp/find-func.el > > This patch fixes a typo in emacs-lisp/find-func.el > > > ChangeLog entry: > > 2006-01-01 Michael Ernst <[EMAIL PROTECTED]> > >

Re: Function "w32_abort" not defined

2006-01-06 Thread Eli Zaretskii
> Date: Fri, 06 Jan 2006 11:39:35 +0200 > From: Eli Zaretskii <[EMAIL PROTECTED]> > Cc: emacs-pretest-bug@gnu.org > > > but why have you taken your code out of the conditional? > > Because it didn't work inside the conditional in GDB 6.3, 6.4, and a > recent snapshot of the GDB CVS. GDB 6.2 also

Re: Function "w32_abort" not defined

2006-01-06 Thread Nick Roberts
> > > but why have you taken your code out of the conditional? > > > > Because it didn't work inside the conditional in GDB 6.3, 6.4, and a > > recent snapshot of the GDB CVS. OK I see that now. > GDB 6.2 also exhibits this problem. GDB 6.1 works okay. It doesn't seemd to work with GNU gd

Re: [EMAIL PROTECTED]: Re: Quitting `save-buffer' loses backup file]

2006-01-06 Thread Eli Zaretskii
> Date: Fri, 30 Dec 2005 17:04:39 +0100 > From: Sven Joachim <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: emacs-pretest-bug@gnu.org > Subject: Re: Quitting `save-buffer' loses backup file > > I wrote: > > > Here is a summary of what Emacs does in the scenario: > > > > (a) Before saving bar,

Re: Function "w32_abort" not defined

2006-01-06 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Sat, 7 Jan 2006 00:35:51 +1300 > Cc: emacs-pretest-bug@gnu.org > > > GDB 6.2 also exhibits this problem. GDB 6.1 works okay. > > It doesn't seemd to work with GNU gdb Red Hat Linux (6.1post-1.20040607.43rh). > Perhaps that narrows things down a b

State "button" in Customize is not a button

2006-01-06 Thread Drew Adams
The State button in Customize is not a button but a pulldown list (menu). That is, it opens a menu; it does not effect an action. It should not look like the other buttons. A pulldown menu label ("button") often has a small triangle next to the text, to indicate that it is a pulldown menu. In gene

RE: help echo (tooltip) for :link buttons in Customize

2006-01-06 Thread Drew Adams
Oops - #2 is incorrect. This is a link, not a button. This means that it should appear as a link, not a button. -- The tooltip for a :link button in Customize says only this: "Follow link". 1. This is useless - we might as well get rid of it, if we can't find

Re: Function "w32_abort" not defined

2006-01-06 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Sat, 7 Jan 2006 00:35:51 +1300 > Cc: emacs-pretest-bug@gnu.org > > > GDB 6.2 also exhibits this problem. GDB 6.1 works okay. > > It doesn't seemd to work with GNU gdb Red Hat Linux (6.1post-1.20040607.43rh). > Perhaps that narrows things down a b

:link is ignored in defface - contradicts Elisp manual

2006-01-06 Thread Drew Adams
Elisp manual, node Common Keywords: All kinds of customization declarations (for variables and groups, and for faces) accept keyword arguments for specifying various information. This section describes some keywords that apply to all kinds. Note that it specifically mentions "faces" and say

RE: help echo (tooltip) for :link buttons in Customize

2006-01-06 Thread Drew Adams
Well, it could be argued that (url-link...) is like a button, since it is not a link within Emacs. Nevertheless, it acts as a link more than as an action button. I'd suggest giving it a face like a link and making the help echo clearly say that it is a Web link. We might also think about using a d

Re: :link is ignored in defface - contradicts Elisp manual

2006-01-06 Thread Luc Teirlinck
Drew Adams wrote: Customize-face does correctly show the link provided by a :link that is applied to a defface in that group. However, customize-group does not show this link for the face. Yes it does. Just click on "Show Face". Note that the values of faces are normally hidden by defa

RE: :link is ignored in defface - contradicts Elisp manual

2006-01-06 Thread Drew Adams
Customize-face does correctly show the link provided by a :link that is applied to a defface in that group. However, customize-group does not show this link for the face. Yes it does. Just click on "Show Face". Note that the values of faces are normally hidden by def

Re: Function "w32_abort" not defined

2006-01-06 Thread Richard M. Stallman
> > but why have you taken your code out of the conditional? > > Because it didn't work inside the conditional in GDB 6.3, 6.4, and a > recent snapshot of the GDB CVS. GDB 6.2 also exhibits this problem. GDB 6.1 works okay. Could you please send a GDB bug report? _

Re: Function "w32_abort" not defined

2006-01-06 Thread Richard M. Stallman
It doesn't seemd to work with GNU gdb Red Hat Linux (6.1post-1.20040607.43rh). I appreciate the information, but would you please call it "Red Hat GNU/Linux"? Their product is basically the GNU system, developed principally by the GNU Project, which you are working on today. Red Hat gives t

Re: In info: Wrong type argument: stringp, nil

2006-01-06 Thread Richard M. Stallman
-(if (zerop (buffer-size)) +(if (and (zerop (buffer-size)) +(null Info-history)) + ;; If we just created the Info buffer, go to the directory. (Info-directory A new condition `(null Info-history)' doesn't fix a bug, but with some user conf

(display-battery-mode) reports incorrect battery percentage

2006-01-06 Thread Luca Capello
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

Allow escaping of initial / in rcirc

2006-01-06 Thread Björn Lindström
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

Old rcirc private message buffers should work again after reconnect

2006-01-06 Thread Björn Lindström
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

Completion of rcirc commands

2006-01-06 Thread Björn Lindström
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

Separate per-buffer settings for encoding and decoding charsets in rcirc

2006-01-06 Thread Björn Lindström
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

Tab-complete of nicknames in rcirc includes some prefix characters

2006-01-06 Thread Björn Lindström
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

rcirc should have an /ignore feature

2006-01-06 Thread Björn Lindström
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

Re: Function "w32_abort" not defined

2006-01-06 Thread Nick Roberts
Richard M. Stallman writes: > It doesn't seemd to work with GNU gdb Red Hat Linux > (6.1post-1.20040607.43rh). > > I appreciate the information, but would you please call it "Red Hat > GNU/Linux"? Their product is basically the GNU system, developed > principally by the GNU Project, wh