unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* uniquify-buffer-name-style
@ 2009-04-08 13:09 Sean Sieger
  2009-04-08 19:16 ` uniquify-buffer-name-style Tassilo Horn
  0 siblings, 1 reply; 10+ messages in thread
From: Sean Sieger @ 2009-04-08 13:09 UTC (permalink / raw)
  To: help-gnu-emacs

GNU Emacs 23.0.92.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of
2009-03-31 on g41r2f1

Um, I'm working my way through the section `File Handling' in the manual
and came across the variable, uniquify-buffer-name-style, by way of the
node `Uniquify' and cannot find any trace of it, let alone how I might
set it to the value, forward.





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

* Re: uniquify-buffer-name-style
  2009-04-08 13:09 uniquify-buffer-name-style Sean Sieger
@ 2009-04-08 19:16 ` Tassilo Horn
  2009-04-08 20:59   ` uniquify-buffer-name-style tyler
  0 siblings, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2009-04-08 19:16 UTC (permalink / raw)
  To: help-gnu-emacs

Sean Sieger <sean.sieger@gmail.com> writes:

Hi Sean,

> Um, I'm working my way through the section `File Handling' in the
> manual and came across the variable, uniquify-buffer-name-style, by
> way of the node `Uniquify' and cannot find any trace of it, let alone
> how I might set it to the value, forward.

  M-x customize-variable RET uniquify-buffer-name-style RET

HTH,
Tassilo





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

* Re: uniquify-buffer-name-style
  2009-04-08 19:16 ` uniquify-buffer-name-style Tassilo Horn
@ 2009-04-08 20:59   ` tyler
  2009-04-08 22:02     ` uniquify-buffer-name-style Samuel Wales
  0 siblings, 1 reply; 10+ messages in thread
From: tyler @ 2009-04-08 20:59 UTC (permalink / raw)
  To: help-gnu-emacs

Tassilo Horn <tassilo@member.fsf.org> writes:

> Sean Sieger <sean.sieger@gmail.com> writes:
>
>> Um, I'm working my way through the section `File Handling' in the
>> manual and came across the variable, uniquify-buffer-name-style, by
>> way of the node `Uniquify' and cannot find any trace of it, let alone
>> how I might set it to the value, forward.
>
>   M-x customize-variable RET uniquify-buffer-name-style RET
>

[no match]

I'm running Emacs 23.0.60.1 and I can confirm that this variable,
mentioned in (info "(emacs)Uniquify"), doesn't appear to exist according
to C-h v or customize-variable.

Cheers,

Tyler

-- 
What is wanted is not the will to believe, but the will to find out,
which is the exact opposite.           --Bertrand Russell





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

* Re: uniquify-buffer-name-style
  2009-04-08 20:59   ` uniquify-buffer-name-style tyler
@ 2009-04-08 22:02     ` Samuel Wales
  2009-04-09 19:39       ` uniquify-buffer-name-style Sean Sieger
  0 siblings, 1 reply; 10+ messages in thread
From: Samuel Wales @ 2009-04-08 22:02 UTC (permalink / raw)
  To: tyler; +Cc: help-gnu-emacs

Try putting (require 'uniquify) in .emacs.



On 2009-04-08, tyler <tyler.smith@mail.mcgill.ca> wrote:
> Tassilo Horn <tassilo@member.fsf.org> writes:
>
>> Sean Sieger <sean.sieger@gmail.com> writes:
>>
>>> Um, I'm working my way through the section `File Handling' in the
>>> manual and came across the variable, uniquify-buffer-name-style, by
>>> way of the node `Uniquify' and cannot find any trace of it, let alone
>>> how I might set it to the value, forward.
>>
>>   M-x customize-variable RET uniquify-buffer-name-style RET
>>
>
> [no match]
>
> I'm running Emacs 23.0.60.1 and I can confirm that this variable,
> mentioned in (info "(emacs)Uniquify"), doesn't appear to exist according
> to C-h v or customize-variable.
>
> Cheers,
>
> Tyler
>
> --
> What is wanted is not the will to believe, but the will to find out,
> which is the exact opposite.           --Bertrand Russell
>
>
>
>


-- 
Myalgic encephalomyelitis denialism is causing death and severe suffering,
worse than MS.  Greed is corrupting science into foul nonsense.  Anybody can
get the disease at any time permanently.  Do science and justice matter to
you?  http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm




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

* Re: uniquify-buffer-name-style
  2009-04-08 22:02     ` uniquify-buffer-name-style Samuel Wales
@ 2009-04-09 19:39       ` Sean Sieger
  2009-04-09 22:20         ` uniquify-buffer-name-style Peter Dyballa
       [not found]         ` <mailman.5004.1239315634.31690.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 10+ messages in thread
From: Sean Sieger @ 2009-04-09 19:39 UTC (permalink / raw)
  To: help-gnu-emacs

Samuel Wales <samologist@gmail.com> writes:

    Try putting (require 'uniquify) in .emacs.

On GNU Emacs 23.0.92.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of
2009-04-09 on g41r2f1

Section 23.7.1 Making Buffer Names Unique in the manual doesn't mention
the elisp (require 'uniquify) before discussing customizing the
variable, uniquify-buffer-name-style.  Should it?





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

* Re: uniquify-buffer-name-style
  2009-04-09 19:39       ` uniquify-buffer-name-style Sean Sieger
@ 2009-04-09 22:20         ` Peter Dyballa
  2009-04-09 23:49           ` uniquify-buffer-name-style Sean Sieger
       [not found]         ` <mailman.5004.1239315634.31690.help-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 10+ messages in thread
From: Peter Dyballa @ 2009-04-09 22:20 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-gnu-emacs


Am 09.04.2009 um 21:39 schrieb Sean Sieger:

> Section 23.7.1 Making Buffer Names Unique in the manual doesn't  
> mention
> the elisp (require 'uniquify) before discussing customizing the
> variable, uniquify-buffer-name-style.  Should it?
>
I think it's auto-loaded. C-h f uniq TAB gives a lot of functions.

--
Greetings

   Pete

      _o    o         o   o
    _<<     \\_/\_,   \\_ \\_/\_,
   (*)/(*) (*)   (*) (*) `-    (*)






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

* Re: uniquify-buffer-name-style
  2009-04-09 22:20         ` uniquify-buffer-name-style Peter Dyballa
@ 2009-04-09 23:49           ` Sean Sieger
  2009-04-10  1:40             ` uniquify-buffer-name-style tyler
  0 siblings, 1 reply; 10+ messages in thread
From: Sean Sieger @ 2009-04-09 23:49 UTC (permalink / raw)
  To: help-gnu-emacs

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

    Am 09.04.2009 um 21:39 schrieb Sean Sieger:

    > Section 23.7.1 Making Buffer Names Unique in the manual doesn't
    > mention
    > the elisp (require 'uniquify) before discussing customizing the
    > variable, uniquify-buffer-name-style.  Should it?
    >
    I think it's auto-loaded. C-h f uniq TAB gives a lot of functions.

Not on GNU Emacs 23.0.92.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of
2009-04-09 on g41r2f1.

If I evaluate (require 'uniquify), the variables and the functions
become available through C-h v and C-h f.

I'm totally digging having found this variable.  I have never wanted the
path in the title bar nor---god forbid---in the mode line.  However I
often have many files named `WORKSHEET' open and initializing this
variable with `forward' so solves ... scratches an itch I have had for a
long time.  Uh-huh, this completes a little system of every project
having a file of that name and `-*- outline -*-' at the top of each.

I don't have an older version of Emacs to check this on, do older
versions auto-load uniquify.el?





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

* Re: uniquify-buffer-name-style
       [not found]         ` <mailman.5004.1239315634.31690.help-gnu-emacs@gnu.org>
@ 2009-04-10  0:46           ` Miles Bader
  0 siblings, 0 replies; 10+ messages in thread
From: Miles Bader @ 2009-04-10  0:46 UTC (permalink / raw)
  To: help-gnu-emacs

Peter Dyballa <Peter_Dyballa@Web.DE> writes:
>> the elisp (require 'uniquify) before discussing customizing the
>> variable, uniquify-buffer-name-style.  Should it?
>>
> I think it's auto-loaded. C-h f uniq TAB gives a lot of functions.

It's not.  Which is stupid.

http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2853

-Miles

-- 
`Cars give people wonderful freedom and increase their opportunities.
 But they also destroy the environment, to an extent so drastic that
 they kill all social life' (from _A Pattern Language_)


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

* Re: uniquify-buffer-name-style
  2009-04-09 23:49           ` uniquify-buffer-name-style Sean Sieger
@ 2009-04-10  1:40             ` tyler
  2009-04-10 14:08               ` uniquify-buffer-name-style Sean Sieger
  0 siblings, 1 reply; 10+ messages in thread
From: tyler @ 2009-04-10  1:40 UTC (permalink / raw)
  To: help-gnu-emacs

Sean Sieger <sean.sieger@gmail.com> writes:

> Peter Dyballa <Peter_Dyballa@Web.DE> writes:
>
>     Am 09.04.2009 um 21:39 schrieb Sean Sieger:
>
>     > Section 23.7.1 Making Buffer Names Unique in the manual doesn't
>     > mention
>     > the elisp (require 'uniquify) before discussing customizing the
>     > variable, uniquify-buffer-name-style.  Should it?
>     >
>     I think it's auto-loaded. C-h f uniq TAB gives a lot of functions.
>
> Not on GNU Emacs 23.0.92.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of
> 2009-04-09 on g41r2f1.
>
> If I evaluate (require 'uniquify), the variables and the functions
> become available through C-h v and C-h f.
>
> I don't have an older version of Emacs to check this on, do older
> versions auto-load uniquify.el?
>

I'm running 23.0.60.1, built from cvs on Debian, as well as the
prepackaged version 22.2.1 from the Debian Lenny repository, and neither
of them have uniquify autoloaded.

Tyler

-- 
The purpose of models is not to fit the data but to sharpen the
questions.                             --Samuel Karlin





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

* Re: uniquify-buffer-name-style
  2009-04-10  1:40             ` uniquify-buffer-name-style tyler
@ 2009-04-10 14:08               ` Sean Sieger
  0 siblings, 0 replies; 10+ messages in thread
From: Sean Sieger @ 2009-04-10 14:08 UTC (permalink / raw)
  To: help-gnu-emacs

tyler <tyler.smith@mail.mcgill.ca> writes:

    I'm running 23.0.60.1, built from cvs on Debian, as well as the
    prepackaged version 22.2.1 from the Debian Lenny repository, and neither
    of them have uniquify autoloaded.

Thank you for your several reality checks, Tyler.





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

end of thread, other threads:[~2009-04-10 14:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 13:09 uniquify-buffer-name-style Sean Sieger
2009-04-08 19:16 ` uniquify-buffer-name-style Tassilo Horn
2009-04-08 20:59   ` uniquify-buffer-name-style tyler
2009-04-08 22:02     ` uniquify-buffer-name-style Samuel Wales
2009-04-09 19:39       ` uniquify-buffer-name-style Sean Sieger
2009-04-09 22:20         ` uniquify-buffer-name-style Peter Dyballa
2009-04-09 23:49           ` uniquify-buffer-name-style Sean Sieger
2009-04-10  1:40             ` uniquify-buffer-name-style tyler
2009-04-10 14:08               ` uniquify-buffer-name-style Sean Sieger
     [not found]         ` <mailman.5004.1239315634.31690.help-gnu-emacs@gnu.org>
2009-04-10  0:46           ` uniquify-buffer-name-style Miles Bader

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).