[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pascal rides again (was: Specifying dependencies more clearly)
From: |
Dave Kemper |
Subject: |
Re: Pascal rides again (was: Specifying dependencies more clearly) |
Date: |
Fri, 11 Nov 2022 14:08:51 -0600 |
On 11/10/22, Alejandro Colomar <alx.manpages@gmail.com> wrote:
> Textinfo is still unreadable after one has the system
> installed. Maybe it's that I've never used emacs(1), but I never liked it.
I mention this on the list periodically, because I learned this trick
from this list and it's invaluable for browsing the groff
documentation: the "info" command does not require you to use its own
(emacsy) interface. You can pipe its output to a pager -- say, "less"
-- and read the full manual with the same keystrokes you would any man
page.
"info groff | less" will show you the docs for whatever groff version
is currently installed on your system. If, like me, you sometimes
want to look at the latest info text without having to install a new
groff, you can do that if your system has the texinfo package and
up-to-date groff source from git. The command then is "makeinfo
--plaintext [groff-src-path]/doc/groff.texi | less".
- Specifying dependencies more clearly, Alejandro Colomar, 2022/11/08
- Re: Specifying dependencies more clearly, G. Branden Robinson, 2022/11/08
- Pascal rides again (was: Specifying dependencies more clearly), G. Branden Robinson, 2022/11/10
- Re: Pascal rides again (was: Specifying dependencies more clearly), Alejandro Colomar, 2022/11/10
- Re: Pascal rides again (was: Specifying dependencies more clearly), Alejandro Colomar, 2022/11/10
- Re: Pascal rides again (was: Specifying dependencies more clearly), G. Branden Robinson, 2022/11/10
- Re: Pascal rides again (was: Specifying dependencies more clearly),
Dave Kemper <=
- Re: Pascal rides again (was: Specifying dependencies more clearly), Alejandro Colomar, 2022/11/12
- C Strings and String Literals. (Was: Pascal rides again), Ralph Corderoy, 2022/11/13
- Re: C Strings and String Literals. (Was: Pascal rides again), Larry McVoy, 2022/11/13
- Re: C Strings and String Literals. (Was: Pascal rides again), Alejandro Colomar, 2022/11/13
- Re: C Strings and String Literals. (Was: Pascal rides again), Alejandro Colomar, 2022/11/13
- Re: C Strings and String Literals. (Was: Pascal rides again), Larry McVoy, 2022/11/13
- Re: C Strings and String Literals. (Was: Pascal rides again), Alejandro Colomar, 2022/11/13
- Re: C Strings and String Literals., Ralph Corderoy, 2022/11/14
- Re: C Strings and String Literals., Alejandro Colomar, 2022/11/15
- Re: C Strings and String Literals., Alejandro Colomar, 2022/11/15