Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <00a901c2b574$3cdc9cc0$7f538890@mayintel733eb> Reply-To: "Mei Wu" From: "Mei Wu" To: References: <20030106105905 DOT 49847 DOT qmail AT web14307 DOT mail DOT yahoo DOT com> Subject: problem with emacs 21.2 on Cygwin 1.3.18-1 Date: Mon, 6 Jan 2003 22:10:36 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 " \\`\\ *") 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/