all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastian Tennant <sebyte@smolny.plus.com>
To: help-gnu-emacs@gnu.org
Subject: Re: build a macro that opens a directory and prompts for file name
Date: Thu, 29 Jan 2009 13:08:22 +0000	[thread overview]
Message-ID: <8wou6z09.fsf@vps203.linuxvps.org> (raw)
In-Reply-To: 87f0e43c-d0e9-45eb-8d4f-ae5c7745a2a3@t26g2000prh.googlegroups.com

Quoth Norm <NormanBauer@gmail.com>:
> I have been googleing and reading the docs trying to figure out a
> solution to this. I spend the majority of my time working in a single
> directory on a CIFS server and I am always doing a C-x C-f \\server\dir
> \long_sub_dir\subdir\filename
>
> In the spirit of emacs I'd like to automate it so that when I do C-co
> it knows the directory and simply prompts me for the file to be opened
> or if I leave it blank and press RET it lists the directory.
>
> Any suggestions on how to accomplish this.

I don't have time to read this (fairly long) thread but I've been using
a (tiny) macro for years which I think may meet your needs perfectly.

You can get it from here:

 http://article.gmane.org/gmane.emacs.sources/3157

In your case, you could define a command 'M-x cifs' in your ~/.emacs
like so:

 (require 'commandir)

 (commandir cifs                                  ; command name
            "CIFS hosted filename: "              ; prompt
            "\\server\dir=long_sub_dir\subdir"    ; directory
            "<name-of-file-you-visit-most"        ; default
            )

The great thing is you can define as many commands as you like:

 (commandir cifs2 ...)


HTH,

Sebastian
-- 
Emacs' AlsaPlayer - Music Without Jolts
Lightweight, full-featured and mindful of your idyllic happiness.
http://home.gna.org/eap





      parent reply	other threads:[~2009-01-29 13:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-23 15:13 build a macro that opens a directory and prompts for file name Norm
2009-01-23 15:27 ` Chris McMahan
2009-01-23 15:38   ` Norm
2009-01-24  7:16     ` Drew Adams
     [not found]     ` <mailman.5627.1232781454.26697.help-gnu-emacs@gnu.org>
2009-01-26 10:15       ` Pascal J. Bourguignon
2009-01-26 18:15         ` Drew Adams
     [not found]         ` <mailman.5864.1232993759.26697.help-gnu-emacs@gnu.org>
2009-01-27 10:04           ` Stefan Kamphausen
2009-01-27 10:45             ` roodwriter
2009-01-28  8:09               ` Kevin Rodgers
2009-01-29 13:08 ` Sebastian Tennant [this message]

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=8wou6z09.fsf@vps203.linuxvps.org \
    --to=sebyte@smolny.plus.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.