emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16651: closed (24.3.50; desktop saves temporary bu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16651: closed (24.3.50; desktop saves temporary buffers)
Date: Fri, 07 Feb 2014 07:55:01 +0000

Your message dated Fri, 07 Feb 2014 09:53:44 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
16651: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16651
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; desktop saves temporary buffers Date: Wed, 05 Feb 2014 09:58:52 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#16651: 24.3.50; desktop saves temporary buffers Date: Fri, 07 Feb 2014 09:53:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)
>> -(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 "\\` ".


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]