all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Martin Fischer <parozusa@web.de>
To: emacs-devel@gnu.org
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 22.1.90; desktop-save throws (error "No buffer named <uniquified buffername>")
Date: Fri, 29 Feb 2008 14:17:29 +0100	[thread overview]
Message-ID: <a0ve47q4uu.fsf@nospam.net> (raw)
In-Reply-To: f7ccd24b0802290249r5b773b0fwd32e789334c4b34@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 1800 bytes --]


  >>>>> Juanma Barranquero writes:
  > Date: Fri, 29 Feb 2008 11:49:50 +0100
  > 
  > On Fri, Feb 29, 2008 at 11:07 AM, Martin Fischer <parozusa@web.de> wrote:
  > 
  >> being thorough again:
  > 
  > I cannot reproduce it with either EMACS_22_BASE or the trunk. Both
  > work as expected.
  > 
  >              Juanma

Hi,

it's

  GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600) of 2007-08-18 on TPAD.

I got it from

  http://ntemacs.sourceforge.net/

I call it like

  $ d:/aemf/ntemacs22/bin/runemacs.exe -Q

from 

  MKS Bash, version 8.7.0 build 1859 Apr 16 2004 10:24:01 (x86-MKS-Windows_NT)

on WindowsXP.

I evaluate the attached .emacs and M-x toggle-debug-on-error RET.

M-x desktop-read RET on the attached .emacs.desktop gives me the
following backtrace:

Debugger entered--Lisp error: (error "Empty string is invalid as a buffer name")
  ad-Orig-rename-buffer("" t)
  (setq ad-return-value (ad-Orig-rename-buffer newname unique))
  (let (ad-return-value) (setq ad-return-value (ad-Orig-rename-buffer newname unique)) (uniquify-maybe-rerationalize-w/o-cb) (if (null unique) (setq uniquify-managed nil) (when uniquify-buffer-name-style ... ...)) ad-return-value)
  rename-buffer("" t)
  desktop-create-buffer(206 nil "" dired-mode nil 118 (nil nil) t ("c:/") nil)
  eval-buffer(#<buffer  *load*> nil "c:/Dokumente und Einstellungen/aemf/empty/.emacs.desktop" nil t)  ; Reading at buffer position 690
  load-with-code-conversion("c:/Dokumente und Einstellungen/aemf/empty/.emacs.desktop" "c:/Dokumente und Einstellungen/aemf/empty/.emacs.desktop" t t)
  load("c:/Dokumente und Einstellungen/aemf/empty/.emacs.desktop" t t t)
  desktop-read()
  call-interactively(desktop-read)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

Martin
-- 
parozusa at web dot de

[-- Attachment #2: .emacs --]
[-- Type: application/octet-stream, Size: 568 bytes --]

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(uniquify-buffer-name-style (quote reverse) nil (uniquify)))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

[-- Attachment #3: .emacs.desktop --]
[-- Type: application/octet-stream, Size: 719 bytes --]

;; -*- mode: emacs-lisp; coding: emacs-mule; -*-
;; --------------------------------------------------------------------------
;; Desktop File for Emacs
;; --------------------------------------------------------------------------
;; Created Fri Feb 29 13:39:15 2008
;; Desktop file format version 206
;; Emacs version 22.1.50.1

;; Global section:
(setq desktop-missing-file-warning nil)
(setq tags-file-name nil)
(setq tags-table-list nil)
(setq search-ring nil)
(setq regexp-search-ring nil)
(setq register-alist nil)

;; Buffer section -- buffers listed in same order as in buffer list:
(desktop-create-buffer 206
  nil
  ""
  'dired-mode
  nil
  118
  '(nil nil)
  t
  '("c:/")
  nil)


  reply	other threads:[~2008-02-29 13:17 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-06 16:12 22.1.90; desktop-save throws (error "No buffer named <uniquified buffername>") Martin Fischer
2008-02-07  0:23 ` Juanma Barranquero
2008-02-08 16:59 ` Juanma Barranquero
2008-02-08 18:30   ` Stefan Monnier
2008-02-08 19:00     ` Juanma Barranquero
2008-02-08 21:17       ` Stefan Monnier
2008-02-12  0:44         ` Juanma Barranquero
2008-02-12  3:39           ` Stefan Monnier
2008-02-12  4:15             ` Juanma Barranquero
2008-02-27 12:43 ` Martin Fischer
2008-02-27 12:48   ` Juanma Barranquero
2008-02-27 16:28     ` Juanma Barranquero
2008-02-27 21:18       ` Stefan Monnier
2008-02-27 22:17         ` Juanma Barranquero
2008-02-27 22:37           ` Stefan Monnier
2008-02-27 23:00             ` Juanma Barranquero
2008-02-28  1:54               ` Stefan Monnier
2008-02-28  9:14                 ` Juanma Barranquero
2008-02-28 17:09                   ` Stefan Monnier
2008-02-28 13:27   ` Martin Fischer
2008-02-28 16:29     ` Juanma Barranquero
2008-02-29 10:07       ` Martin Fischer
2008-02-29 10:49         ` Juanma Barranquero
2008-02-29 13:17           ` Martin Fischer [this message]
2008-02-29 14:24             ` Juanma Barranquero
2008-02-29 14:48               ` Jason Rumney
2008-02-29 15:03                 ` Juanma Barranquero
2008-02-29 15:16                   ` Lennart Borgman (gmail)
2008-02-29 15:19                     ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a0ve47q4uu.fsf@nospam.net \
    --to=parozusa@web.de \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.