Re: CONTRIBUTE file

2006-07-04 Thread Romain Francoise
Nick Roberts <[EMAIL PROTECTED]> writes: > But I guess we could ask package maintainers like Romain to include > files like this, if it's appropriate. The first step is to include the file in the distribution via make-dist, so I've now done that. -- Romain Francoise <[EMAIL PROTECTED]> | The se

Documentation

2006-07-04 Thread Johan Bockgård
* There is a "Changes in C-h bindings" heading in NEWS but the new `C-h r' command (info-emacs-manual) isn't documented there (or in the manual). * The change from using signal-USR1-hook (or USR2) to using an event isn't documented in NEWS. * eval-current-buffer has been obsoleted and rep

Re: Bug in tooltip handling

2006-07-04 Thread Nick Roberts
> > I think thats the problem of just adding to tooltip-hook. You have a > > list of functions and the last non-nil one wins. > > Yeah, so I'm fine with appending my function (locally) to the hook like > this: > > (add-hook 'tooltip-hook 'rdictcc-translate-word-open-tooltip t t) Well I gu

CONTRIBUTE file

2006-07-04 Thread Nick Roberts
> I don't know how it is determined which files get included in binary > distributions > > It isn't determined by us. I see. But I guess we could ask package maintainers like Romain to include files like this, if it's appropriate. -- Nick

Re: CONTRIBUTE file

2006-07-04 Thread Nick Roberts
> > > The method of marking changes in NEWS with "+++" and "---" should be > > > mentioned, IMO, as well as FOR-RELEASE (and the files in admin/ in > > > general). > > > > NEWS says: > > > > When you add a new item, please add it without either +++ or --- so we will > > look at it and

Re: Configure gripes about gnome-config

2006-07-04 Thread Richard Stallman
I'm not sure if that would have any influence, but I've often found the output of pkg-config to be useful to figure out what I needed to install/upgrade in order to get something working. So if redirecting stderr hides this error, I'd rather we don't do it, How about redirecting i

Re: read-face-name doc string incorrect

2006-07-04 Thread Eli Zaretskii
> From: Richard Stallman <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org > Date: Tue, 04 Jul 2006 13:29:53 -0400 > > Is there any reason why someone contributing code should know about > FOR-RELEASE? I do not see any. Contributors should be aware of the burning issues, if

Re: CONTRIBUTE file [was Re: read-face-name...]

2006-07-04 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Tue, 4 Jul 2006 23:22:58 +1200 > Cc: emacs-pretest-bug@gnu.org > > > The method of marking changes in NEWS with "+++" and "---" should be > > mentioned, IMO, as well as FOR-RELEASE (and the files in admin/ in > > general). > > NEWS says: > > Wh

Re: texinfo-format-buffer text.texi

2006-07-04 Thread Eli Zaretskii
> Date: Tue, 04 Jul 2006 07:54:34 +0200 > From: Andreas Roehler <[EMAIL PROTECTED]> > > > Calling `texinfo-format-buffer' at text.texi > > produces a line > > @anchor-yes-refill{Definition of sentence-end-double-space} > > which is probably not correct. (Line 1408 now) AFAIR, `texinfo-fo

Re: Bug in tooltip handling

2006-07-04 Thread Tassilo Horn
Nick Roberts <[EMAIL PROTECTED]> writes: > It returns nil in buffers where GUD tooltips are not meant to work i.e > when the major-mode is not a member of gud-tooltip-modes. > > I think thats the problem of just adding to tooltip-hook. You have a > list of functions and the last non-nil one wins.

change to file on disk not noticed by indirect buffer

2006-07-04 Thread Joe Edmonds
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 mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of th

texinfo-format-buffer (2) - text.texi

2006-07-04 Thread Andreas Roehler
text.texi Line 1119 @node Base 64 @section Base 64 Encoding @cindex base 64 encoding with `texinfo-format-buffer' is not properly translated (in contrast to most of the text before) it's shown as MD5 Checksum @cindex MD5 checksum @cindex-Footnotes, Up: MD5 Checksum @section MD5 Checksum @c

Re: read-face-name doc string incorrect

2006-07-04 Thread Richard Stallman
The method of marking changes in NEWS with "+++" and "---" should be mentioned, IMO, as well as FOR-RELEASE (and the files in admin/ in general). Is there any reason why someone contributing code should know about FOR-RELEASE? I do not see any. __

Re: read-face-name doc string incorrect

2006-07-04 Thread Richard Stallman
I don't know how it is determined which files get included in binary distributions It isn't determined by us. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Configure gripes about gnome-config

2006-07-04 Thread Jan Djärv
Stefan Monnier skrev: if $PKG_CONFIG --exists "$2" ; then Changed to redirect stderr from $PKG_CONFIG to /dev/null. I'm not sure if that would have any influence, but I've often found the output of pkg-config to be useful to figure out what I needed to install/upgrade in order to g

Re: Configure gripes about gnome-config

2006-07-04 Thread Stefan Monnier
> if $PKG_CONFIG --exists "$2" ; then > Changed to redirect stderr from $PKG_CONFIG to /dev/null. I'm not sure if that would have any influence, but I've often found the output of pkg-config to be useful to figure out what I needed to install/upgrade in order to get something working. So

Re: ACL / Listener -> Hang (Carbon port)

2006-07-04 Thread Stefan Monnier
> Emacs hangs (no C-g possible) when "create new listener" from the Allegro > Common Lisp package is selected - I can't verify / investigate further as > I don't have Allegro Common Lisp. The package seems non-standard, but > I don't see how an elisp package can legally bring Emacs to a halt (w

Again: Point stuck with adjacent overlays and invisibility spec

2006-07-04 Thread Martin Buchmann
The following bug was reported by Ralf Angeli on Tue, 21 Feb 2006 and was solved. But now I have similar problems with a recent CVS CarbonEmacs again. Evaluating the following form will create two adjacent overlays and point will be stuck at the top of the buffer (at least visually; there still

Re: Bug in tooltip handling

2006-07-04 Thread Nick Roberts
> The only drawback of this is that I load too much (the whole GUD stuff > instead of only the tooltip functionality), thus consuming a little more > memory than necessary. Another drawback is that on every mouse event > `gud-tooltip-tips' is executed (returning nil). If this is all, that's >

CONTRIBUTE file [was Re: read-face-name...]

2006-07-04 Thread Nick Roberts
> My comment is that the references to documentation (e.g., the coding > standards) are to the Web pages, not to Info manuals. I think the > file should at least mention the Info manuals as well, if not > exclusively. I don't know if the user will have standards.texi as it's not part of the E

Re: Exit hooks not run at logout on w32

2006-07-04 Thread Kim F. Storm
Mathias Dahl <[EMAIL PROTECTED]> writes: > This section is especially interesting: > > Applications that have unsaved data ***could save the data to a > temporary location and restore it the next time the application > starts***... > > So, I conclude that displaying a dialog box ("Do y

Re: Bug in tooltip handling

2006-07-04 Thread Tassilo Horn
Nick Roberts <[EMAIL PROTECTED]> writes: Hi Nick, > I don't know what dictionary-el or your mode do but, if possible, its > best to add tooltips through the `help-echo' text property. My mode [1] opens a tooltip with translations of the word you're pointing at. The translation is done by an exte

Re: Exit hooks not run at logout on w32

2006-07-04 Thread Mathias Dahl
Lennart Borgman <[EMAIL PROTECTED]> writes: > Lennart Borgman wrote: > I have already sent a patch for this, but I have got no response on > that. There is possibly disagreement on what to do, but something > should be done and I do believe that the correct fix should make Emacs > follow the guid

Re: Exit hooks not run at logout on w32

2006-07-04 Thread Jason Rumney
Lennart Borgman wrote: Could the problem that users unsaved data are not saved on w32 in this situation be put in FOR-RELEASE? I think it is a serious bug. The user has requested a shutdown of the system, without saving their data first. How is it a bug that Emacs respects their wishes? I have