Hello, I found a few problems with emacs 21.2 on the latest Cygwin 1.3.18-1, when I use uniquify-rename-buffer:, it is invoked when a second file with the same filename but different dir is being openned, however, the error message appears :
uniquify-rename-buffer: Wrong number of arguments: #[nil "\301^X\302\211^P)\207" [ad-return-value nil ad-Orig-rename-buffer] 2 "$ad-doc: rename-buffer$" "sRename buffer (to new name):=20 P"], 1 and the second file failed to open . The lines I have in .emacs are : (require 'uniquify) (setq uniquify-non-file-buffer-names t) (setq uniquify-after-kill-buffer-p t) (setq uniquify-buffer-name-style 'post-forward-angle-brackets) (setq uniquify-ignore-buffers-re " \\`\\ <file://\\`\\>*") I have tried the uniquify.el in 21.2 emacs package as well as the latest uniquify.el , both behave the same, can anyone tell me what's wrong ? thanks Mei -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/