unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* uniquify error
@ 2007-08-06 14:49 Bill Lytton
  2007-08-07  1:22 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Lytton @ 2007-08-06 14:49 UTC (permalink / raw)
  To: bug-gnu-emacs

frequent (find-file) failures due to uniquify, eg

Debugger entered--Lisp error: (error "Selecting deleted buffer")
  uniquify-rationalize(([cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<buffer notebook.dol<6>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<buffer notebook.dol<5>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<buffer notebook.dol<4>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<buffer notebook.dol> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/papers" #<buffer notebook.dol<papers>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<buffer notebook.dol<2>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/nrniv/place" #<killed buffer> "notebook.dol<place>"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/papers
 " #<buffer notebook.dol<papers>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<killed buffer> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/bi!
 lll/nrniv/place" #<killed buffer> "notebook.dol<place>"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/papers" #<buffer notebook.dol<papers>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<buffer notebook.dol<3>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/nrniv/place" #<killed buffer> "notebook.dol<place>"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/papers" #<buffer notebook.dol<papers>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<killed buffer> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/nrniv/place" #<killed buffer> "notebook.dol<place>"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/papers" #<buffer notebook.dol<papers>> "notebook.dol"] [cl-struct-uniquify-item
  "notebook.dol" "/u/samn/spikeclust" #<buffer notebook.dol<2>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/nrniv/place" #<killed buffer> "notebook.dol<place>"] [cl-str!
 uct-uniquify-item "notebook.dol" "/u/billl/papers" #<buffer no!
 tebook.d
ol<papers>> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/samn/spikeclust" #<killed buffer> "notebook.dol"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/nrniv/place" #<killed buffer> "notebook.dol<place>"] [cl-struct-uniquify-item "notebook.dol" "/u/billl/papers" #<buffer notebook.dol<papers>> "notebook.dol"]))
  uniquify-rationalize-file-buffer-names("notebook.dol" "/u/samn/spikeclust/" #<buffer notebook.dol<6>>)
  (let ((filename ...)) (uniquify-rationalize-file-buffer-names (file-name-nondirectory filename) (file-name-directory filename) ad-return-value))
  (if uniquify-buffer-name-style (let (...) (uniquify-rationalize-file-buffer-names ... ... ad-return-value)))
  (let (ad-return-value) (setq ad-return-value (ad-Orig-create-file-buffer filename)) (if uniquify-buffer-name-style (let ... ...)) ad-return-value)
  create-file-buffer("/u/samn/spikeclust/notebook.dol")
  find-file-noselect("/u/samn/spikeclust/notebook.dol" nil nil t)
  find-file("/u/samn/spikeclust/notebook.dol" t)
  call-interactively(find-file)
In GNU Emacs 22.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-06-21 on ru.neurosim.downstate.edu
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40201000
configured using `configure  '--prefix=/usr/arch' 'LIBS=-ldl''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Outline

Minor modes in effect:
  server-mode: t
  t: t
  shell-dirtrack-mode: t
  display-time-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t
  view-mode: t

Recent input:


Recent messages:
Expunging deleted messages...done
Computing summary lines...done
Added to /u/billl/info/rque
SPAM (1) Software At Low Pr1ce
Mark set [2 times]
View mode: type C-h for help, h for commands, q to quit.
Mark saved where search started
Quit [2 times]
Making completion list...
Loading emacsbug...done

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: uniquify error
  2007-08-06 14:49 uniquify error Bill Lytton
@ 2007-08-07  1:22 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-08-07  1:22 UTC (permalink / raw)
  To: billl; +Cc: bug-gnu-emacs

Could you please send me a *precise* test case for this bug?  The test
case should start with `emacs -q', so that your .emacs file does not
affect it, and it should show exactly what text to put in the buffer,
what commands to execute, and how and where to click.  Also please say
exactly what incorrect results you get.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-07  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-06 14:49 uniquify error Bill Lytton
2007-08-07  1:22 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).