all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to specify buffer name within file?
@ 2009-09-01 19:08 kj
  2009-09-01 21:48 ` Xah Lee
  2009-09-02  3:20 ` Kevin Rodgers
  0 siblings, 2 replies; 3+ messages in thread
From: kj @ 2009-09-01 19:08 UTC (permalink / raw)
  To: help-gnu-emacs



Is there some directive I can include at the top of a file that
would tell Emacs the name to use for that file's buffer?

TIA!

kynn



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

* Re: how to specify buffer name within file?
  2009-09-01 19:08 how to specify buffer name within file? kj
@ 2009-09-01 21:48 ` Xah Lee
  2009-09-02  3:20 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Xah Lee @ 2009-09-01 21:48 UTC (permalink / raw)
  To: help-gnu-emacs

On Sep 1, 12:08 pm, kj <no.em...@please.post> wrote:
> Is there some directive I can include at the top of a file that
> would tell Emacs the name to use for that file's buffer?

not sure if there's specific one, but you can use:

-*- eval: (rename-buffer "Love from Russia") -*-

  Xah
∑ http://xahlee.org/^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to specify buffer name within file?
  2009-09-01 19:08 how to specify buffer name within file? kj
  2009-09-01 21:48 ` Xah Lee
@ 2009-09-02  3:20 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2009-09-02  3:20 UTC (permalink / raw)
  To: help-gnu-emacs

kj wrote:
> Is there some directive I can include at the top of a file that
> would tell Emacs the name to use for that file's buffer?

I don't recommend it, but:

-*- eval: (rename-buffer "foo" t); -*-

-- 
Kevin Rodgers
Denver, Colorado, USA





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

end of thread, other threads:[~2009-09-02  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-01 19:08 how to specify buffer name within file? kj
2009-09-01 21:48 ` Xah Lee
2009-09-02  3:20 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.