GNU bug report logs - #16651
24.3.50; desktop saves temporary buffers

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> jurta.org>

Date: Wed, 5 Feb 2014 08:14:01 UTC

Severity: minor

Found in version 24.3.50

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Juri Linkov <juri <at> jurta.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#16651: closed (24.3.50; desktop saves temporary buffers)
Date: Fri, 07 Feb 2014 07:55:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Feb 2014 09:53:44 +0200
with message-id <87mwi3we7r.fsf <at> mail.jurta.org>
and subject line Re: bug#16651: 24.3.50; desktop saves temporary buffers
has caused the debbugs.gnu.org bug report #16651,
regarding 24.3.50; desktop saves temporary buffers
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
16651: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16651
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Juri Linkov <juri <at> jurta.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; desktop saves temporary buffers
Date: Wed, 05 Feb 2014 09:58:52 +0200
With the desktop mode enabled and `C-h S info-lookup-symbol RET'
info-look.el creates a temporary buffer with the name " temp-info-look"
that is saved to the desktop because this buffer is in Info mode
saved by `Info-desktop-buffer-misc-data'.

I see two possible solutions: skip saving all buffers with the
leading space in the buffer name, or if this problem is Info specific
then fix it in `Info-desktop-buffer-misc-data' to return nil for
Info buffers with the leading space in the buffer name.


[Message part 3 (message/rfc822, inline)]
From: Juri Linkov <juri <at> jurta.org>
To: Andreas Schwab <schwab <at> suse.de>
Cc: Glenn Morris <rgm <at> gnu.org>, 16651-done <at> debbugs.gnu.org
Subject: Re: bug#16651: 24.3.50; desktop saves temporary buffers
Date: Fri, 07 Feb 2014 09:53:44 +0200
>> -(defcustom desktop-buffers-not-to-save nil
>> +(defcustom desktop-buffers-not-to-save "^ "
>
> Please use "\\` " instead, since a buffer name can include embedded
> newlines.

Installed with "\\` ".


This bug report was last modified 11 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.