all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* batch/woman cache rebuild
@ 2006-02-10 15:55 Mike Ballard
  2006-02-10 15:58 ` Mike Ballard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mike Ballard @ 2006-02-10 15:55 UTC (permalink / raw)



I'm trying to use "emacs --batch..." to regenerate woman cache but it
always stops at "Manual entry" waiting for me to enter something (or hit
\C-c); I need to it exit on its own.

I've tried many numbers of these:

    emacs --batch --funcall=woman
    emacs --batch -l woman.elc --funcall=??
    emacs --batch -l woman.elc --execute=??


How can I make woman regenerate its cache and exit after doing so (instead
of regenerating then waiting for user to type a man entry)?

Mike
-- 

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

* Re: batch/woman cache rebuild
  2006-02-10 15:55 batch/woman cache rebuild Mike Ballard
@ 2006-02-10 15:58 ` Mike Ballard
  2006-02-11 12:18 ` Reiner Steib
       [not found] ` <mailman.109.1139737637.2858.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Mike Ballard @ 2006-02-10 15:58 UTC (permalink / raw)



On Fri Feb 10, I was peacefully napping until Mike Ballard said:

> I'm trying to use "emacs --batch..." to regenerate woman cache but it
> always stops at "Manual entry" waiting for me to enter something (or hit
> \C-c); I need to it exit on its own.
> 
> I've tried many numbers of these:
> 
>     emacs --batch --funcall=woman
>     emacs --batch -l woman.elc --funcall=??
>     emacs --batch -l woman.elc --execute=??
> 
> 
> How can I make woman regenerate its cache and exit after doing so (instead
> of regenerating then waiting for user to type a man entry)?


I also tried a number of these:

    emacs --batch --funcall=woman -f keyboard-quit
    emacs --batch --funcall=woman -f Man-quit
    emacs --batch --funcall=woman -f Man-kill

etc...

Mike
-- 

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

* Re: batch/woman cache rebuild
  2006-02-10 15:55 batch/woman cache rebuild Mike Ballard
  2006-02-10 15:58 ` Mike Ballard
@ 2006-02-11 12:18 ` Reiner Steib
       [not found] ` <mailman.109.1139737637.2858.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Reiner Steib @ 2006-02-11 12:18 UTC (permalink / raw)


On Fri, Feb 10 2006, Mike Ballard wrote:

> I'm trying to use "emacs --batch..." to regenerate woman cache but it
> always stops at "Manual entry" waiting for me to enter something (or hit
> \C-c); I need to it exit on its own.
>
> I've tried many numbers of these:
>
>     emacs --batch --funcall=woman
>     emacs --batch -l woman.elc --funcall=??
>     emacs --batch -l woman.elc --execute=??

emacs --batch --eval '(woman "bash" t)' -kill

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: batch/woman cache rebuild
       [not found] ` <mailman.109.1139737637.2858.help-gnu-emacs@gnu.org>
@ 2006-02-12 19:10   ` Mike Ballard
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Ballard @ 2006-02-12 19:10 UTC (permalink / raw)



On Sun Feb 12, I was peacefully napping until Reiner Steib said:

> On Fri, Feb 10 2006, Mike Ballard wrote:
> 
> > I'm trying to use "emacs --batch..." to regenerate woman cache but it
> > always stops at "Manual entry" waiting for me to enter something (or hit
> > \C-c); I need to it exit on its own.
> >
> > I've tried many numbers of these:
> >
> >     emacs --batch --funcall=woman
> >     emacs --batch -l woman.elc --funcall=??
> >     emacs --batch -l woman.elc --execute=??
> 
> emacs --batch --eval '(woman "bash" t)' -kill
> 


Outstanding - thanks!

Mike
-- 

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

end of thread, other threads:[~2006-02-12 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-10 15:55 batch/woman cache rebuild Mike Ballard
2006-02-10 15:58 ` Mike Ballard
2006-02-11 12:18 ` Reiner Steib
     [not found] ` <mailman.109.1139737637.2858.help-gnu-emacs@gnu.org>
2006-02-12 19:10   ` Mike Ballard

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.