all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs[client] --dired filenames
@ 2002-06-05  1:39 Dan Jacobson
  2002-06-05  8:18 ` David Kastrup
  2002-06-05 11:58 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Jacobson @ 2002-06-05  1:39 UTC (permalink / raw)


$ man emacsclient              
No manual entry for emacsclient
ok, anyway
$ emacsclient --help       
Usage: emacsclient [-a ALTERNATE-EDITOR] [-n] [--no-wait] [+LINE[:COLUMN]] FILENAME
Or emacsclient --version

-n etc. not explained here.  --help not mentioned.  No tip on how to
see Info page "(emacs)Emacs Server"

BTW, I wanted to do
$ emacsclient a001\*
to get a dired listing of matching files matching a001* ... but no, no
can do.  Therefore I propose
$ emacsclient -d filenames
$ emacsclient --dired filenames
do like (dired "a001*" nil)
Also, * or would work, no need for \* ...

By the way, is there a need for
$ dired [filenames]
as one can't just use emacs -f dired filenames
to get emacs to take the arg list as filenames for dired...
hmm, better yet: emacs --dired filenames

Yes, I can do
$ emacs dir1 dir2 dir3
but what if I want
$ emacs file1 file2 file3
but in one dired window?
-- 
http://jidanni.org/ Taiwan(04)25854780

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

* Re: emacs[client] --dired filenames
  2002-06-05  1:39 emacs[client] --dired filenames Dan Jacobson
@ 2002-06-05  8:18 ` David Kastrup
  2002-06-05 11:58 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: David Kastrup @ 2002-06-05  8:18 UTC (permalink / raw)


jidanni@deadspam.com (Dan Jacobson) writes:

> $ man emacsclient              
> No manual entry for emacsclient
> ok, anyway
> $ emacsclient --help       
> Usage: emacsclient [-a ALTERNATE-EDITOR] [-n] [--no-wait] [+LINE[:COLUMN]] FILENAME
> Or emacsclient --version
> 
> -n etc. not explained here.  --help not mentioned.  No tip on how to
> see Info page "(emacs)Emacs Server"
> 
> BTW, I wanted to do
> $ emacsclient a001\*
> to get a dired listing of matching files matching a001* ... but no, no
> can do.  Therefore I propose
> $ emacsclient -d filenames
> $ emacsclient --dired filenames
> do like (dired "a001*" nil)
> Also, * or would work, no need for \* ...

It is high time that the GNU Emacs distribution included gnuclient.
A no-brainer using that.


-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: David.Kastrup@t-online.de

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

* Re: emacs[client] --dired filenames
  2002-06-05  1:39 emacs[client] --dired filenames Dan Jacobson
  2002-06-05  8:18 ` David Kastrup
@ 2002-06-05 11:58 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2002-06-05 11:58 UTC (permalink / raw)
  Cc: gnu-emacs-bug


On 5 Jun 2002, Dan Jacobson wrote:

> $ man emacsclient              
> No manual entry for emacsclient

emacsclient.1 is in the etc directory of your Emacs installation 
subdirectory.  Just install it in some place that's along your MANPATH.

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

end of thread, other threads:[~2002-06-05 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-05  1:39 emacs[client] --dired filenames Dan Jacobson
2002-06-05  8:18 ` David Kastrup
2002-06-05 11:58 ` Eli Zaretskii

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.