[gnu.emacs] uniquify.el question

nelson@EDDIE.MIT.EDU (Alex Nelson) (05/23/89)

Has anybody hacked uniquify.el to append the directory only 
if there is another buffer of the same name?  In other words,
I don't want to see "foo|tmp/" if I only have one buffer 
called foo.  


	-Alex		(nelson@compass.com)

dschmidt@athena.mit.edu (Dan Schmidt) (05/24/89)

In article <8905222048.AA18089@arrakis.compass.com>, think!compass!nelson@EDDIE (Alex Nelson) writes:
|
| Has anybody hacked uniquify.el to append the directory only 
| if there is another buffer of the same name?

(setq minimum-buffer-name-dir-content 0)

gildea@BBN.COM (Stephen Gildea) (05/24/89)

    Date: Mon, 22 May 89 16:48:05 EDT
    From: Alex Nelson <think!compass!nelson@eddie.mit.edu>
    To: info-gnu-emacs@compass.com
    Subject: uniquify.el question
    
    
    Has anybody hacked uniquify.el to append the directory only 
    if there is another buffer of the same name?  In other words,
    I don't want to see "foo|tmp/" if I only have one buffer 
    called foo.  

You can already do that.  Set minimum-buffer-name-dir-content to 0.

 < Stephen