all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Uncomprehensible DOC string
@ 2008-05-07 11:32 David Kastrup
  2008-05-09  5:20 ` Michael Albinus
  0 siblings, 1 reply; 10+ messages in thread
From: David Kastrup @ 2008-05-07 11:32 UTC (permalink / raw)
  To: emacs-devel


We have

    start-file-process is a compiled Lisp function in `simple.el'.

    (start-file-process name buffer program &rest program-args)

    Start a program in a subprocess.  Return the process object for it.
    Similar to `start-process', but may invoke a file handler based on
    `default-directory'.  The current working directory of the
    subprocess is `default-directory'.

    program and program-args might be file names.  They are not
    objects of file handler invocation.

There is no mention what it means to invoke a file handler, what calling
the file handler is supposed to be good for, what the file handler is
actually going to handle (we just know that it is chosen _based_ on
default-directory, not what it is supposed to work on), and there is no
cross reference to manual or other DOC strings that would explain about
what a file handler actually is.

Nobody will get _any_ clue about why he should use start-file-process
rather than start-process, and what will be affected in what manner.

-- 
David Kastrup




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

end of thread, other threads:[~2008-05-09 15:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 11:32 Uncomprehensible DOC string David Kastrup
2008-05-09  5:20 ` Michael Albinus
2008-05-09  6:55   ` David Kastrup
2008-05-09  7:53     ` Michael Albinus
2008-05-09  8:30       ` David Kastrup
2008-05-09  9:35         ` Michael Albinus
2008-05-09  9:39           ` David Kastrup
2008-05-09 13:54             ` Michael Albinus
2008-05-09 14:21               ` David Kastrup
2008-05-09 15:30                 ` Michael Albinus

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.