Re: tool-bar doesn't work on the trunk with (default) GTK build

2007-08-05 Thread Reiner Steib
On Sat, Aug 04 2007, Jan Djärv wrote: Nick Roberts skrev: On some of the GUD toolbar icons in a debug session, if I don't move the mouse pointer off the tool-bar button and click again, e.g., next, step nothing happens. I have to move the pointer away and back again to activate the button.

Re: message.el user References control

2007-08-04 Thread Reiner Steib
On Thu, Jul 26 2007, [EMAIL PROTECTED] wrote: Or are you saying that when the 21 limit is reached it incorrectly keeps the oldest 21 rather than the most recent 21? Neither one is the case. See below. That would indeed be a plain bug. But that is what Lars said the RFC said the last

Portability of `cp -p' (was: `cp' don't preserve timestamps by default on windows-xp)

2007-07-13 Thread Reiner Steib
On Wed, Jul 11 2007, Eli Zaretskii wrote: -CP = cp -f -CP_DIR = cp -rf +CP = cp -fp +CP_DIR = cp -rfp Thanks, but I don't want to rely on a GNU `cp' without checking. I'm not aware of any cp implementation that doesn't support `-p' and I didn't

Re: A bug in doc string of `gnus-level-unsubscribed'?

2007-07-02 Thread Reiner Steib
On Mon, Jun 11 2007, Leo wrote: Is the following doc string more clear? ,[ f1 v gnus-level-unsubscribed RET ] | gnus-level-unsubscribed is a variable defined in `gnus-start.el'. | Its value is 7 | | | Documentation: | Groups with levels less than or equal to this variable are |

Re: Saving markup formats

2007-06-16 Thread Reiner Steib
[ I'd suggest to move this discussion to emacs-devel ] On Sat, Jun 16 2007, Richard Stallman wrote: [ Juri Linkov: ] What are the most preferable formats to save markup? One variant is Enriched text. It was designed for using in e-mail, but actually nobody uses it nowadays.

Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars

2007-05-31 Thread Reiner Steib
report-emacs-bug wrote: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: My Emacs session which has been already running for several days (notebook with suspend to disk) crashed. I don't recall which command triggered the bug. If Emacs crashed, and

Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars

2007-05-31 Thread Reiner Steib
On Fri, Jun 01 2007, YAMAMOTO Mitsuharu wrote: I think it crashed while creating the new frame; I don't recall seeing the frame appear, but I'm not absolutely sure. I think Emacs was creating a frame while/before my crash as well. I think this is due to string data relocation caused by

Re: Some libraries does (require 'cl)

2007-05-19 Thread Reiner Steib
On Fri, May 18 2007, Lennart Borgman (gmail) wrote: Lennart Borgman (gmail) wrote: (require 'cl) without (eval-when-compile ...). Is not that incorrect? [...] More files doing this: [...] For the file from lisp/gnus/, these forms are no-ops in Emacs 21 and up. (In the development version

Re: visiting certain .c file adds to kill ring

2007-04-21 Thread Reiner Steib
On Sat, Apr 21 2007, martin rudalics wrote: [subr.el] ;; These are the XEmacs names: (defalias 'point-at-eol 'line-end-position) (defalias 'point-at-bol 'line-beginning-position) I think it's for Emacs 20 compatibility. I think the comment is correct. XEmacs prefers point-at-[be]ol

Re: Toolbar and info mode (and others)

2007-03-28 Thread Reiner Steib
On Wed, Mar 28 2007, Richard Stallman wrote: [ http://developer.gnome.org/doc/API/2.0/gtk/gtk-quit.png. ] That sounds good, if there is no copyright issue for the icon. Can we use it without a delay? This icon is already in Emacs (etc/images/exit.xpm) and used in Gnus. I'd suggest to move

Re: Toolbar and info mode (and others)

2007-03-28 Thread Reiner Steib
On Wed, Mar 28 2007, Kim F. Storm wrote: Richard Stallman [EMAIL PROTECTED] writes: It is possible that the solution of discarding the last few global toolbar buttons to make room for the local ones can be implemented now. Would someone like to try? I don't think this is easy at all.

Re: Toolbar and info mode (and others)

2007-03-26 Thread Reiner Steib
On Mon, Mar 26 2007, Richard Stallman wrote: * Maybe we should reduce the number of toolbar buttons in the default configuration. I think the current icons are quite reasonable for an editor (and comparable to gedit or kwrite). Except for... tool-bar help: popping up a menu is not very

Re: Toolbar and info mode (and others)

2007-03-25 Thread Reiner Steib
On Sun, Mar 25 2007, Greg Bognar wrote: Many major modes add their own menus to the menubar. Just as it would not be a good idea for them to wipe out the whole menubar, it is not a good idea for major modes to wipe out the toolbar. After all, the user might want to use some other menu

Re: Toolbar and info mode (and others)

2007-03-25 Thread Reiner Steib
On Sun, Mar 25 2007, Greg Bognar wrote: If we're talking about the proverbial Emacs newbie, there are few things more confusing than wiping out the toolbar (Where did the buttons go?). I don't recall a single complaint or bug-report about this (before yours). Note that info already behaves

Re: Bug#412896: Error when trying to sign an e-mail: Problem with non-ASCII chars in passphrase

2007-03-01 Thread Reiner Steib
On Thu, Mar 01 2007, Frank Küster wrote: I am using the Debian emacs-snapshot package, for details see below, and experience problems when trying to gpg-sign an E-mail. I press C-c RET C-s which produces in the first line 'hashsign'part sign=pgpmime (with s/'hashsign'/#/, but writing this

Re: aspell dictionaries not initialized properly

2007-01-19 Thread Reiner Steib
On Fri, Jan 19 2007, Richard Stallman wrote: It would be simpler to call ispell-maybe-find-aspell-dictionaries unconditionally. It does nothing if the job is already done, right? I think that would be cleaner. Aside from that, this clearly can't hurt anything, so if it fixes the bug,

Re: Failure to submit second netnews message

2007-01-06 Thread Reiner Steib
On Fri, Jan 05 2007, [EMAIL PROTECTED] wrote: I am still getting the error that I cannot submit two approved messages to a moderated mailing list without restarting emacs. We already asked you several time go give a complete, self-contained recipe (starting with emacs -Q) to reproduce the bug.

Re: safe-local-variable stuff

2007-01-03 Thread Reiner Steib
On Wed, Jan 03 2007, Peter Dyballa wrote: When I save a *compilation* buffer and I later visit that file, the GNU Emacsen from CVS (22.0.*, 23.0.0) complain about the default-directory variable used. Is there some reason why this variable is treated as unsafe? Why are the *compilation*

Re: safe-local-variable stuff

2007-01-03 Thread Reiner Steib
On Wed, Jan 03 2007, Stefan Monnier wrote: +(default-directory . string-or-null-p) ;; C source code Why -or-null- ? default-directory should never be nil. I though because the global value is nil. But maybe this makes no sense. Bye, Reiner. -- ,,, (o o)

Re: [bug] Gnus weird behavior

2006-12-29 Thread Reiner Steib
On Fri, Dec 29 2006, Richard Stallman wrote: Would you please install your patch in the v5-10 branch? Or do you or anyone else see a problem with it or a better fix? Done. Is this patch installed in Emacs yet? No. But it has been installed in the stable (v5-10) branch of

Re: [bug] Gnus weird behavior

2006-12-27 Thread Reiner Steib
On Tue, Dec 26 2006, Daiki Ueno wrote: In [EMAIL PROTECTED] Leo [EMAIL PROTECTED] wrote: To reproduce: - go to the article buffer - click the right arrow in the toolbar Backtrace: , | Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) |

Re: gnus crashes on threads deeper than 333 articles

2006-12-04 Thread Reiner Steib
On Sun, Dec 03 2006, Chong Yidong wrote: Chris Moore [EMAIL PROTECTED] writes: I just tried opening a mail folder using nnimap in gnus. One of the threads in the folder is 834 messages long, and each message in the thread is a reply to the previous one which results in the thread being 834

Re: gnus crashes on threads deeper than 333 articles

2006-12-04 Thread Reiner Steib
On Mon, Dec 04 2006, Chris Moore wrote: OK, so the 'loop' version of the sort function does seem to work, but fixing that has shown up a new problem. [ gnus-make-thread-indent-array ] The '200' and '201' in this function limit the thread depth. I'd suggest the following patch on top of the

Re: Failure to submit second netnews message

2006-11-25 Thread Reiner Steib
On Sat, Nov 25 2006, Eli Zaretskii wrote: From: Richard Stallman [EMAIL PROTECTED] This is not a precise report, but even if it were precise we would probably find it hard to try to reproduce this. At least please tell what package you used to post the articles, and what Emacs commands

language environment should not be derived from LC_CTYPE

2006-11-22 Thread Reiner Steib
[ I already sent this yesterday (via Gmane), but apparently it didn't make it to the list ([EMAIL PROTECTED]). Sorry if you get it twice. ] `M-x report-emacs-bug' wrote: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I have the following locale

Re: tutorial: The key ESC has been rebound, but you can use instead

2006-11-22 Thread Reiner Steib
On Wed, Nov 22 2006, Richard Stallman wrote: | ** The key ESC has been rebound, but you can use instead [More information] ** ` I fail to understand what but you can use instead means. Is that because the value is nil? I think that case needs to be handled specially.

tutorial: The key ESC has been rebound, but you can use instead

2006-11-21 Thread Reiner Steib
`M-x report-emacs-bug' wrote: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: $ emacs -Q M-: (global-set-key (kbd ESC) 'ding) RET f1 t The tutorial says: , | M-chr means hold the META or EDIT or ALT key down while typing chr. | If

Re: tutorial: The key ESC has been rebound, but you can use instead

2006-11-21 Thread Reiner Steib
On Tue, Nov 21 2006, Chong Yidong wrote: Lennart Borgman wrote: Reiner Steib wrote: [...] This should already be fixed in the latest CVS. I had updated my sources less than 2 hours before my report (revision 1.6 of tutorial.el). Additionally, as the warning line is longer than 80 characters

Re: Slow operations on buffers of tens of megabytes

2006-11-13 Thread Reiner Steib
On Thu, Nov 09 2006, Alexandre Oliva wrote: Ultimately, I'm a bit concerned about messing with the case table of an nnfolder buffer for the entire duration of the buffer. It's hard to tell whether there'd be any less visible fallouts. Richard has eliminated the peculiar upcasing dotless-i to

Re: Slow operations on buffers of tens of megabytes

2006-11-08 Thread Reiner Steib
On Tue, Nov 07 2006, Reiner Steib wrote: Alexandre and Elias: Does this patch give good results? Please consider this patch instead: --8---cut here---start-8--- --- nnheader.el 01 Aug 2006 12:10:19 +0200 7.24 +++ nnheader.el 08 Nov 2006 15:33:18 +0100

Re: Slow operations on buffers of tens of megabytes

2006-11-07 Thread Reiner Steib
[ Cc-ing Elias Oltmanns; See http://thread.gmane.org/or4ptezc71.fsf%40fsfla.org or http://thread.gmane.org/gmane.emacs.gnus.general/63925/focus=63929 for the full thread. ] On Mon, Nov 06 2006, Alexandre Oliva wrote: On Nov 6, 2006, Reiner Steib [EMAIL PROTECTED] wrote: My guess

Re: Slow operations on buffers of tens of megabytes

2006-11-06 Thread Reiner Steib
On Mon, Nov 06 2006, Katsumi Yamaoka wrote: In [EMAIL PROTECTED] Richard Stallman wrote: Scoring of the messages closer to the beginning of the buffer is fast, but as we move to higher-numbered messages, that are closer to the end of such big files/buffers, gnus will only score

Re: `gnus-summary-show-article' with prefix arg don't refresh the mode line

2006-10-25 Thread Reiner Steib
[ Adding [EMAIL PROTECTED] ] On Tue, Oct 24 2006, Zhang Wei wrote: (setq gnus-summary-show-article-charset-alist '((1 . utf-8) (2 . big5) (3 . gbk) (4 . utf-7))) When I say `1 g' `2 g' etc. to force gnus redisplay the article in specified charset, the

Re: symbol-at-point

2006-10-24 Thread Reiner Steib
On Tue, Oct 24 2006, martin rudalics wrote: FWIW, the `intern' call has been inserted around July/August 2006 but I couldn't find a suitable ChangeLog entry. Stefan did you write that? M-x vc-annotate RET says: 1.20 (fx 02-Feb-00): ;;;###autoload 1.36 (monnier

Re: `.newsrc.eld' saves chinese group name in wrong coding

2006-10-19 Thread Reiner Steib
On Thu, Oct 19 2006, Katsumi Yamaoka wrote: Gnus uses utf-8 encoded non-ASCII group names internally, those encoded names are saved in the .newsrc.eld file, and they are decoded by utf-8 when displaying. I had no problem when I once tried nnrss groups with Japanese names. So, I cannot

emacs-unicode-2: cpNNN and ibmNNN coding systems

2006-10-16 Thread Reiner Steib
Hi, in emacs-unicode-2, the coding systems ibm437 and cp437 are aliases: ,[ M-x describe-coding-system RET ibm437 RET ] | D -- ibm437 (alias of cp437) | | DOS codepage 437 | Type: charset (charset) | EOL type: Automatic selection from: | [cp437-unix cp437-dos cp437-mac] | This coding

Re: Useless Local Variable in etc/grep.txt

2006-10-08 Thread Reiner Steib
On Sun, Oct 08 2006, Richard Stallman wrote: Independent of etc/grep.txt, I'd suggest to add `buffer-read-only' to the list of safe local variables: Please install that change. Done. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available |

Re: Useless Local Variable in etc/grep.txt

2006-10-07 Thread Reiner Steib
On Sat, Oct 07 2006, Sven Joachim wrote: When visiting etc/grep.txt, I was asked about the variable buffer-read-only. Independent of etc/grep.txt, I'd suggest to add `buffer-read-only' to the list of safe local variables: --8---cut here---start-8--- ---

Re: local chars displayed as numbers

2006-10-03 Thread Reiner Steib
On Tue, Oct 03 2006, Kenichi Handa wrote: In article [EMAIL PROTECTED], Stefan Monnier [EMAIL PROTECTED] writes: I don't think it uncommon. People migrate from Windows to GNU/Linux (or switch between both), people exchange files with Windows users, ... (and on Windows, it's quite common

Re: *shell* buffer in GNU Emacs 23.0.0 has faulty terminal control

2006-09-28 Thread Reiner Steib
On Thu, Sep 28 2006, Miles Bader wrote: ./git_xorg.sh file 12   ./git_xorg.sh file 21 In case it's writing that stuff to stderr. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/

Re: refcards

2006-09-26 Thread Reiner Steib
explains Emacs version 21 Then your Emacs checkout must be older than 2006-06-28: 2006-06-28 Reiner Steib [EMAIL PROTECTED] * Makefile: Add rules for refcards. * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate. [...] 2006-06-04 Sven Joachim [EMAIL PROTECTED

Re: refcards

2006-09-26 Thread Reiner Steib
On Tue, Sep 26 2006, Andreas Roehler wrote: gv refcard.ps still explains Emacs version 21 Then your Emacs checkout must be older than 2006-06-28: ls -l ... 2006-06-28 15:26 de-refcard.ps checked out today.

Re: refcards

2006-09-26 Thread Reiner Steib
On Tue, Sep 26 2006, Andreas Roehler wrote: As it concerns refcard.ps - not de-refcard -, the date above is not indeed helpful. Ah, I missed that you talked about both, de-refcard.ps and refcard.ps. I've checked in a regenerated refcard.ps now. Bye, Reiner. -- ,,, (o o)

Re: local chars displayed as numbers

2006-09-21 Thread Reiner Steib
On Thu, Sep 20 2006, Andreas Roehler wrote: Little correction, concerning last mail to Reiner Steib: Phenomen is gone if I - mark and delete a portion from the beginning of the buffer - mark and delete a portion from the end of the buffer - save and reopen; also - as reported - its gone

Re: local chars displayed as numbers

2006-09-20 Thread Reiner Steib
On Wed, Sep 20 2006, Andreas Roehler wrote: Emacs -q When opening files written with previous Emacs versions, several chars - German Umlaute and also `-' This is an ASCII HYPHEN-MINUS (U+002D), probably you mean EN DASH (U+2013) or EM DASH (U+2014). for example - are displayed as numbers,

Re: local chars displayed as numbers

2006-09-20 Thread Reiner Steib
On Wed, Sep 20 2006, Kenichi Handa wrote: Reiner Steib [EMAIL PROTECTED] writes: On Wed, Sep 20 2006, Andreas Roehler wrote: ... Its value is raw-text-unix That means that Emacs couldn't detect a correct encoding of that file. It seems that the file is encoded in iso-8859-1

Re: local chars displayed as numbers

2006-09-20 Thread Reiner Steib
On Wed, Sep 20 2006, Andreas Roehler wrote: Also it seems to affect just one file in this directory. What makes it difficult to reproduce: it happens only just after opening. After a save, it reopens correct. Wll send you an example off-list. I think I can reproduce your problem with just

emacs-lisp/cl.el (pushnew): void-variable x

2006-09-11 Thread Reiner Steib
M-x report-emacs-bug writes: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Create a file /tmp/pushnew-debug.el with this lines: --8---cut here---start-8--- (setq debug-on-error t) (require 'cl) (defvar rs-tmp

Re: emacs-lisp/cl.el (pushnew): void-variable x

2006-09-11 Thread Reiner Steib
On Mon, Sep 11 2006, Kim F. Storm wrote: Reiner Steib [EMAIL PROTECTED] writes: Is this change correct? --8---cut here---start-8--- --- cl.el11 Sep 2006 11:50:52 +0200 1.49 +++ cl.el11 Sep 2006 12:32:09 +0200 @@ -160,7 +160,7

Re: font-lock confused in sh-script-mode

2006-08-09 Thread Reiner Steib
On Tue, Aug 08 2006, Stefan Monnier wrote: I believe this is now fixed, Yes, thanks. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ ___ emacs-pretest-bug mailing list

Re: font-lock confused in sh-script-mode

2006-07-28 Thread Reiner Steib
On Thu, Jul 27 2006, Reiner Steib wrote: On Wed, Jul 26 2006, Reiner Steib wrote: It seems like the unbalanced backquote in the comment «# force `ro» in combination with the two «echo ... \\» confused font-lock. Another example: And yet another... sh-font-lock-10.png Description: PNG

Re: font-lock confused in sh-script-mode

2006-07-27 Thread Reiner Steib
On Wed, Jul 26 2006, Reiner Steib wrote: It seems like the unbalanced backquote in the comment «# force `ro» in combination with the two «echo ... \\» confused font-lock. Another example: --8---cut here---start-8--- #!/bin/sh echo 'Running $Id: quotas.sh,v

font-lock confused in sh-script-mode

2006-07-26 Thread Reiner Steib
M-x report-emacs-bug wrote: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Open the following file in emacs (emacs -Q sh-bogus-comment.sh): --8---cut here---start-8--- #!/bin/sh do_untrusted() { :

Re: font-lock confused in sh-script-mode

2006-07-26 Thread Reiner Steib
On Wed, Jul 26 2006, Stefan Monnier wrote: The buffer is font-locked incorrectly, see the attached screen shot: [...] It seems like the unbalanced backquote in the comment «# force `ro» in combination with the two «echo ... \\» confused font-lock. I don't see anything wrong in the screen

Re: (eval-after-load info ..) triggers on loading anything-info

2006-05-27 Thread Reiner Steib
On Sat, May 27 2006, Eli Zaretskii wrote: From: Martin Schoenmakers [EMAIL PROTECTED] Date: Thu, 25 May 2006 20:23:48 +0200 As of very recent CVS builds emacs mutters on startup about 'Recursive `require' for feature `sb-info''. Some digging around revealed that this in turn was triggered

Re: add info about safe-local-variable to describe-variable

2006-05-16 Thread Reiner Steib
On Mon, May 15 2006, Ken Manheimer wrote: the versions attached to this message correct that. Installed. Thanks. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ ___ emacs-pretest-bug

Re: add info about safe-local-variable to describe-variable

2006-05-15 Thread Reiner Steib
On Mon, May 15 2006, Ken Manheimer wrote: in light of these new realizations, i'm attaching a new allout patch and changelog. reiner, i really like the compromise of using the simple predicates for safe-local-variable property qualifiers, when available, and falling back to the lambdas when

Re: add info about safe-local-variable to describe-variable

2006-05-14 Thread Reiner Steib
On Sun, May 14 2006, Johan Bockgård wrote: Reiner Steib [EMAIL PROTECTED] writes: Emacs 21 doesn't look at the safe-local-variable property at all. It does. Thanks for the correction. If `allout.el' wants to be compatible with Emacs 21, also `string-or-null-p' shouldn't be used

Re: add info about safe-local-variable to describe-variable

2006-05-13 Thread Reiner Steib
On Fri, May 12 2006, Ken Manheimer wrote: On 5/12/06, Reiner Steib [EMAIL PROTECTED] wrote: [...] the lambdas are quoted, so they ought to show as text. (they do for me.) Sorry, my bad. But here, I still don't think it makes much sense to provide backward compatibility for older CVS Emacs

Re: add info about safe-local-variable to describe-variable

2006-05-12 Thread Reiner Steib
On Fri, May 12 2006, Richard Stallman wrote: Maybe it would be better to shift it down so that it comes _after_ the documentation: No, because the documentation is much longer than the safe-values info. if you put a small thing after a big thing, people tend not no notice the small

Re: add info about safe-local-variable to describe-variable

2006-05-12 Thread Reiner Steib
On Fri, May 12 2006, Ken Manheimer wrote: i've attached a patch (allout-patch.txt), ChangeLog (allout-ChangeLog.txt), and revised NEWS fragment (allout-NEWS.txt) for allout that addresses the stuff we've been discussing, and a few other things. Thanks, I have committed your changes. in the

Re: add info about safe-local-variable to describe-variable

2006-05-11 Thread Reiner Steib
On Wed, May 10 2006, Luc Teirlinck wrote: I personally still believe that the best thing to do would just be to simply remove this annoying safe-local-variable clutter from the `C-h v' output entirely. I think Richard decided to include it. Maybe it would be better to shift it down so that

Re: add info about safe-local-variable to describe-variable

2006-05-10 Thread Reiner Steib
On Wed, May 10 2006, Stefan Monnier wrote: [ (lambda (x) (or (not x) (stringp x))) ] Actually, we should use string-or-null-p here. ACK. And (member x (quote (t nil))) should be booleanp. But there are also expressions in `allout.el' where no predefined predicate exists (AFAICS):

Re: add info about safe-local-variable to describe-variable

2006-05-09 Thread Reiner Steib
On Tue, May 09 2006, Richard Stallman wrote: | This variable is safe to use as a file local variable only if its value | satisfies the predicate `#[(x) [BYTE-CODE stripped] [x (t nil shared dwim)] 2]'. Why is the predicate a bytecode, instead of a symbol whose function

Re: Gnus MIME parsing bug?

2006-05-06 Thread Reiner Steib
[ CC-ing [EMAIL PROTECTED] ] On Sat, May 06 2006, Giorgos Keramidas wrote: I have a UNIX mailbox with several MIME messages with multiple alternative parts, which comes up with seven different messages when opened in Mutt: 1 r + 2006-02-26 Petros V ( 67) about svn 2 r +

Re: crash: x_set_name_internal, prepare_menu_bars

2006-04-13 Thread Reiner Steib
On Wed, Apr 12 2006, Reiner Steib wrote: In GNU Emacs 22.0.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 2.4.9) of 2006-04-12 on bridgekeeper X server distributor `The X.Org Foundation', version 11.0.60801000 configured using `configure '--prefix=[...]/HEAD' '--with-gtk' '--exec-prefix

Re: pgg-gpg stalls

2006-04-06 Thread Reiner Steib
On Thu, Apr 06 2006, Romain Francoise wrote: Thomas Baumann [EMAIL PROTECTED] writes: sending of signed emails is currently impossible. after sending an email in MH-E, emacs waits (endlessly) for something until C-g is pressed leaving the process pgg-gpg running. This worked before with

Re: Send Bug Report is worse

2006-04-03 Thread Reiner Steib
On Mon, Apr 03 2006, Richard Stallman wrote: This message: *** E-Mail body has been placed on clipboard, please paste them here! *** I don't see that message when I use it. It must be specific to some aspect of your configuration. Where does it come from? The message comes

Re: Funktion in Elisp manual

2006-04-01 Thread Reiner Steib
Drew Adams wrote: In the Emacs Lisp manual, for example node Parameter Access, I see Funktion everywhere. That is not English. In GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-03-20 on W2ONE X server distributor `Microsoft Corp.', version 5.1.2600 configured using `configure

Crash: read_process_output

2006-03-10 Thread Reiner Steib
M-x report-emacs-bug RET wrote: If emacs crashed, and you have the emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file

Crash in xg_get_image_for_pixmap with ENABLE_CHECKING=1

2006-02-23 Thread Reiner Steib
M-x report-emacs-bug RET wrote: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Emacs crash when exiting from a group in Gnus. If emacs crashed, and you have the emacs process in the gdb debugger, please include the output from the following gdb

Re: Emacs crashes repeatedly

2006-02-17 Thread Reiner Steib
On Fri, Feb 17 2006, Nick Roberts wrote: I have had three crashes from different places in the last two days. They have originated in different plaves but the bottom of the stack always looks a bit like this: 0 0x005657a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x005a5df6 in

SEGV in x_catch_errors_unwind (x86_64-unknown-linux-gnu)

2006-02-08 Thread Reiner Steib
Please describe exactly what actions triggered the bug and the precise symptoms of the bug: `f1 k [Ctrl tool-bar help]' (But it's not reproducible.) If emacs crashed, and you have the emacs process in the gdb debugger, please include the output from the following gdb commands: `bt

Key sequences reserved for users used in allout.el (was: existing work on TODO items)

2006-01-09 Thread Reiner Steib
On Mon, Jan 09 2006, Ken Manheimer wrote: [ allout.el ] it defaults to using symmetric-mode encoding. describe-key (`C-h k C-c x') will tell you that a single universal argument (ie, C-u) will use key-pair encryption, and a doubled universal argument will do the symmetric-mode encryption but

vc-annotate tries to load vc-nil

2005-12-28 Thread Reiner Steib
Hi Stefan, the following change breaks `M-x vc-annotate RET' for me: 2005-12-22 Stefan Monnier [EMAIL PROTECTED] * vc.el: [...] (vc-annotate-buffers): Remove var. (vc-annotate-backend): Make it buffer-local. (vc-annotate): Move the interaction to the

Re: Cannot modify directory list GTK file dialog

2005-12-20 Thread Reiner Steib
On Tue, Dec 20 2005, Jan D. wrote: Stephen Berman wrote: [...] As a sanity check, I tried the same in Firefox, which uses the same GTK dialog, and it worked fine there. [...] I mainly use KDE and was doing so when I posted the bug report. I now tried it with Gnome, and there it worked fine,

Re: void-function tree-widget-theme-name from recentf-open-more-files

2005-12-16 Thread Reiner Steib
On Thu, Dec 15 2005, David Ponce wrote: I get the following backtrace when choosing menu-bar file Open Recent More...: Debugger entered--Lisp error: (void-function tree-widget-theme-name) tree-widget-theme-name() recentf-open-files((/etc/profile.d/modules.csh [file list stripped] [...]

Re: Coding problem with Euro sign

2005-12-15 Thread Reiner Steib
On Thu, Dec 15 2005, David Hansen wrote: (prefer-coding-system 'latin-1) (prefer-coding-system 'latin-9) (prefer-coding-system 'windows-1252) (prefer-coding-system 'utf-8) I'd expect that the latin-1 line _after_ windows-1252 doesn't make sense. Any file that can possibly be encoded with

void-function tree-widget-theme-name from recentf-open-more-files

2005-12-15 Thread Reiner Steib
M-x report-emacs-bug wrote: Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I get the following backtrace when choosing menu-bar file Open Recent More...: Debugger entered--Lisp error: (void-function tree-widget-theme-name) tree-widget-theme-name()

Re: crash: memcpy, XChangeProperty, XSetTextProperty, XSetWMIconName, x_set_name_internal

2005-12-08 Thread Reiner Steib
On Tue, Dec 06 2005, Eli Zaretskii wrote: From: Reiner Steib [EMAIL PROTECTED] Date: Tue, 06 Dec 2005 14:13:21 +0100 (gdb) frame 6 #6 0x0047433c in prepare_menu_bars () at .../emacs/src/xdisp.c:8808 8808x_implicitly_set_name (f, make_string (title, len), Qnil

Re: crash: memcpy, XChangeProperty, XSetTextProperty, XSetWMIconName, x_set_name_internal

2005-12-08 Thread Reiner Steib
On Thu, Dec 08 2005, Kim F. Storm wrote: Reiner Steib [EMAIL PROTECTED] writes: In a diff-buffer, I did `M-x add-change-log-entry-other-window RET' (which opens a new frame with my configuration). Then emacs crashed. Did this happen on a hyper-threading CPU? Emacs was compiled and ran

Re: crash: memcpy, XChangeProperty, XSetTextProperty, XSetWMIconName, x_set_name_internal

2005-12-06 Thread Reiner Steib
On Mon, Dec 05 2005, Eli Zaretskii wrote: From: Reiner Steib [EMAIL PROTECTED] (gdb) frame 5 #5 0x004c874e in x_set_name_internal (f=0x3563680, name=Variable name is not available. ) at [...]/emacs/src/xfns.c:1657 1657XSetWMIconName (FRAME_X_DISPLAY (f

Re: crash: memcpy, XChangeProperty, XSetTextProperty, XSetWMIconName, x_set_name_internal

2005-12-05 Thread Reiner Steib
On Mon, Dec 05 2005, Eli Zaretskii wrote: From: Reiner Steib [EMAIL PROTECTED] Date: Mon, 05 Dec 2005 14:35:08 +0100 Cc: emacs-pretest-bug@gnu.org On Sun, Dec 04 2005, Richard M. Stallman wrote: [...] Can you please examine the arguments that were passed to XSetWMIconName? Are they all

Re: crash: memcpy, XChangeProperty, XSetTextProperty, XSetWMIconName, x_set_name_internal

2005-12-05 Thread Reiner Steib
On Mon, Dec 05 2005, Eli Zaretskii wrote: (gdb) p f $1 = 0x3563680 (gdb) p icon $2 = { value = 0x71ab178 Address 0x71ab178 out of bounds, encoding = 31, format = 8, nitems = 9 } Well, that's your problem, right there: icon.value is garbled. Can you try to see why it got

Re: doc strings that are too long

2005-11-29 Thread Reiner Steib
On Mon, Nov 21 2005, Drew Adams wrote: The doc strings for the following functions and variables are too wide. Many are FAR too wide; some are not too bad (but still over 80 columns). [...] Functions: [...] gnus-agent-delete-group gnus-agent-rename-group gnus-cache-delete-group

Re: doc strings that are too long

2005-11-29 Thread Reiner Steib
On Mon, Nov 28 2005, Arne Jørgensen wrote: [...] latex-inputenc-coding-alist I'm the author of this one. Attached is a patch that shortens the doc string. [...] --- lisp/international/latexenc.el4 Jul 2005 17:22:27 - 1.9 +++ lisp/international/latexenc.el28 Nov 2005

Re: doc strings that are too long

2005-11-29 Thread Reiner Steib
On Tue, Nov 29 2005, Arne Jørgensen wrote: Reiner Steib [EMAIL PROTECTED] writes: [...] What about the following? Mapping from LaTeX encodings to Emacs coding systems. LaTeX encodings are specified with \\\usepackage[encoding]{inputenc}\. Used by the function `latexenc-find-file-coding

Re: browse-url-of-buffer fails on w32

2005-10-25 Thread Reiner Steib
On Sat, Oct 22 2005, Reiner Steib wrote: On Fri, Oct 21 2005, Lennart Borgman wrote: browse-url-of-buffer fails on w32 because the temporary file name given to browse-url-of-file does not end in .htm or something similar. (The file name is sent to w32-shell-execute.) Any objection

Re: browse-url-of-buffer fails on w32

2005-10-22 Thread Reiner Steib
On Fri, Oct 21 2005, Lennart Borgman wrote: browse-url-of-buffer fails on w32 because the temporary file name given to browse-url-of-file does not end in .htm or something similar. (The file name is sent to w32-shell-execute.) Any objection against this patch? --- browse-url.el~

Re: Annoying behavior when dropping directorty in dired buffer

2005-10-20 Thread Reiner Steib
On Thu, Oct 20 2005, Mathias Dahl wrote: Reiner Steib [EMAIL PROTECTED] writes: [...] I thought the part When nil, behave as in other buffers. is sufficiently clear. What would you suggest to make it more clear? Sorry, I missed that part of the documentation :) I tried it now, setting

Re: Annoying behavior when dropping directorty in dired buffer

2005-10-18 Thread Reiner Steib
On Tue, Oct 18 2005, Mathias Dahl wrote: Reiner Steib [EMAIL PROTECTED] writes: I could change that variable but I do not want anything else than the directiry opening in yet another dired buffer. I don't want to drag and drop directories to get them moved/copied/linked. ,[ f1 v dired

Re: Annoying behavior when dropping directorty in dired buffer

2005-10-17 Thread Reiner Steib
On Mon, Oct 17 2005, Mathias Dahl wrote: I could change that variable but I do not want anything else than the directiry opening in yet another dired buffer. I don't want to drag and drop directories to get them moved/copied/linked. ,[ f1 v dired-dnd-protocol-alist RET ] |

Re: gnus: incorrect conversion of Subject and From field from utf-8 to koi8-r

2005-10-13 Thread Reiner Steib
On Thu, Oct 13 2005, Boris B. Samorodov wrote: [ On emacs-pretest. Cc-ing Ding ] Symptoms: I do have a letter with the next Subject: - Subject: =?UTF-8?B?W2lwdC5ydSAjMTYzXSDQkNCy0YLQvtCe0YLQstC10YI6INCc0KHQmjog0KHQ?= =?UTF-8?B?nyDRgtC10YHRgg==?= - In command-line mode I can

Re: File type not recognised

2005-10-07 Thread Reiner Steib
On Fri, Oct 07 2005, Peter Dyballa wrote: Am 07.10.2005 um 16:25 schrieb Stefan Monnier: I think a PostScript file does not start with %!TEX ... Try file blabla and you'll probably see that %! is traditionally used as the marker of a PS file. No. $ file -version file-4.09 magic file from

flyspell and mouse selection / transient-mark-mode

2005-09-28 Thread Reiner Steib
Recently there a strange interaction between flyspell mode and selecting test with the mouse or using transient-mark-mode: (0) Create this file: echo # This is a Makefile foo bar Makefile (The problem is not specific to GNUmakefile mode; I also see it in other modes, e.g.

C-u M-x eval-defun RET fails in diff-context-unified

2005-09-27 Thread Reiner Steib
Please describe exactly what actions triggered the bug and the precise symptoms of the bug: emacs-cvs -Q -l diff-mode --eval (describe-function 'diff-context-unified) Follow the link `diff-mode' to the defun. C-u M-x eval-defun RET I get (I can post a full lisp backtrace when needed):

Re: crashes on x86_64

2005-09-08 Thread Reiner Steib
On Thu, Sep 08 2005, Kim F. Storm wrote: Reiner Steib [EMAIL PROTECTED] writes: With extended GC checking enabled, I didn't get a crash with normal use within 2 days. But the checking makes Emacs quite unresponsive (even on this Athlon 3500+ machine). So I reverted it and compiled again

Re: crashes on x86_64

2005-09-01 Thread Reiner Steib
On Tue, Aug 30 2005, Reiner Steib wrote: On Tue, Aug 30 2005, Kim F. Storm wrote: Reiner Steib [EMAIL PROTECTED] writes: [...] In lisp.h, can you try to enable extended GC checking by changing the 0 to 1 in the following line in lisp.h: [...] and try again. Done. I will report when I

Re: standard-display-european

2005-08-31 Thread Reiner Steib
[ Following up to an old discussion; see URL:http://thread.gmane.org/gmane.emacs.gnus.general/58308 for more. ] Reiner Steib wrote: My impression is that most people don't really want `standard-display-european'. They only have it in their init files because it was useful (for Europeans

Re: Undo information in nnfolder buffers.

2005-05-30 Thread Reiner Steib
On Mon, May 23 2005, Lute Kamstra wrote: It turns out that Gnus actually does this when it loads a group file for the first time, but not always when it loads the file a second time. The patch below fixes this. Ok to commit? No objection here. Bye, Reiner. -- ,,, (o o)

  1   2   >