Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

passing updated man page #44

Open
greg-minshall opened this issue Feb 2, 2023 · 0 comments
Open

passing updated man page #44

greg-minshall opened this issue Feb 2, 2023 · 0 comments

Comments

@greg-minshall
Copy link

greg-minshall commented Feb 2, 2023

hi. eless is very nice. so, i've been using it a lot. recently, i was updating a man page for some software of mine which is already installed on my machine. i would do

nroff -man ./credeface.1 2>&1 | eless

but, i would always see the old man page, in spite of the fact that the new man page was right there. finally, i realized if i used less rather than eless, i would see the new man page.

that got me to look at the eless source, and it seems you parse the input enough to realize it is a man page, then decide which man page, then do (the emacs-equivalent of) man 1 credeface, so giving me the installed man page, rather than the new one i am working on.

i notice that M-x man is willing to take a filename (especially if preceded by a -l).

[insert a sentence here on 'i think this is a bug', or 'here is a feature request', or, more likely, 'i don't know what the right thing to do would be'.]

again, thanks for eless!

[edited 02.02.2023, change opinion of M-x man.]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant