all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Darren Hoo <darren.hoo@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [Patch] reformat man buffer on the fly for man.el
Date: Wed, 30 Oct 2013 08:27:15 -0400	[thread overview]
Message-ID: <jwviowfvtpi.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <m2iowfbd2q.fsf@gmail.com> (Darren Hoo's message of "Wed, 30 Oct 2013 12:24:45 +0800")

> When I lookup manpage occasionally I prefer reading some of it with
> windows side by side. cBut when I find myself need to concentrate on one
> looked-up manpage, I would like to C-x 1 then reformat the Man buffer
> and read it from begin to end.

That makes sense, indeed.

>> It will also solve the problem that if generating the manpage takes
>> a long time, it ends up popping up in your face unexpectedly (since
>> you've lost patience in the mean time and moved on to something
>> else).
> Generating the manpage is so fast for me that this senario has never
> occurred to me.

Yes, usually it's very quick.  But when it's not (e.g. manpage on
a remote server that's temporarily down), it hurts.

As you say, when it's very quick, there's no point running the process
asynchronously, and neither is it useful to only display the buffer
after the rendering is done.

> One question about the following code:

>   (if (fboundp 'start-process)
>      (start-process ...)
>     (call-process ...))

> Is it due to once in Emacs history when there is no `start-process' but
> only `call-process', Can you fill me in?

The FreeDOS build of Emacs doesn't support start-process (because
FreeDOS doesn't support multiprocessing).


        Stefan



  reply	other threads:[~2013-10-30 12:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-25  6:28 [Patch] reformat man buffer on the fly for man.el Darren Hoo
2013-10-29 20:34 ` Stefan Monnier
2013-10-30  4:24   ` Darren Hoo
2013-10-30 12:27     ` Stefan Monnier [this message]
2013-10-31 14:07       ` Xue Fuqiao
2013-10-31 16:28         ` Glenn Morris
2013-10-31 17:20           ` Eli Zaretskii
2013-10-31 17:37             ` DOS versions [was Re: [Patch] reformat man buffer on the fly for man.el] Glenn Morris
2013-10-31 18:08               ` Eli Zaretskii
2013-10-31 23:05               ` Xue Fuqiao
2013-11-08  4:11 ` [Patch] reformat man buffer on the fly for man.el 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=jwviowfvtpi.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=darren.hoo@gmail.com \
    --cc=emacs-devel@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.