help-emacs-windows
[Top][All Lists]
Advanced

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

RE: [h-e-w] multiple open files with same name


From: Chris Lott
Subject: RE: [h-e-w] multiple open files with same name
Date: Fri, 28 Jun 2002 14:51:58 -0800 (AKDT)

On Fri, 28 Jun 2002, Underwood, Jonathan wrote:

> I think the following placed in your .emacs should do it:
>
> (setq uniquify-buffer-name-style 1)

I ended up needing the following (style "1" failed, but your answer
put me in the right direction, so thanks!):

(require 'uniquify)
(setq uniquify-buffer-name-style 'post-forward)

c
--
Chris Lott




reply via email to

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