all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Amy Templeton <amy.g.templeton@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: buffer for unopened file?
Date: Fri, 19 Oct 2007 11:18:53 -0400	[thread overview]
Message-ID: <87bqavrv36.fsf@gmail.com> (raw)
In-Reply-To: <b79371120710190727k1668c2eei6e1d82cb20bcc031@mail.gmail.com> (David L.'s message of "Fri\, 19 Oct 2007 07\:27\:44 -0700")

"David L" <idht4n@gmail.com> wrote:
> I'd like to be able to give emacs a big list of filenames and have each
> file appear as if it has been visited with respect to having it appear in
> my buffer list. But only when changing to that buffer do I want it to
> actually open the file. Is that possible? It takes a minute or so to open
> all of the files and wastes memory to open them all. But I like to have a
> menu of the files I might be needing.

I don't know about that, but I'm sure it's possible. I solution I'm fond of
is registers. For example...

(set-register ?e '(file . "~/.emacs.el"))

...allows me to use `C-x r j e' to jump to my .emacs file, whether it was
previously open or not. I believe it's also possible to specify positions
within the file. Registers are pretty cool.

Amy

-- 
Never put off until tomorrow what you can do the day after.

  reply	other threads:[~2007-10-19 15:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19 14:27 buffer for unopened file? David L
2007-10-19 15:18 ` Amy Templeton [this message]
2007-10-19 15:36 ` Sebastian Tennant
2007-10-19 15:54   ` Drew Adams
2007-10-19 16:07     ` Sebastian Tennant
2007-10-19 17:21       ` Drew Adams
2007-10-19 17:53         ` David L
2007-10-19 18:20           ` Drew Adams
2007-10-20 16:39             ` Dieter Wilhelm
2007-10-20 17:09               ` Drew Adams
2007-10-20 17:53                 ` Dieter Wilhelm
2007-10-20 20:47                 ` Dieter Wilhelm
2007-10-20 21:29                   ` Icicles and Emacs [was: buffer for unopened file?] Drew Adams
     [not found]                 ` <mailman.2372.1192913119.18990.help-gnu-emacs@gnu.org>
2007-10-23 13:29                   ` Icicles integration into CVS emacs (was: buffer for unopened file?) Giles Chamberlin
2007-10-21 20:56             ` buffer for unopened file? David L
     [not found]             ` <mailman.2406.1193000213.18990.help-gnu-emacs@gnu.org>
2007-10-24 12:55               ` Mathias Dahl
     [not found] <mailman.2307.1192804070.18990.help-gnu-emacs@gnu.org>
2007-10-19 17:42 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bqavrv36.fsf@gmail.com \
    --to=amy.g.templeton@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.