GNU bug report logs - #73656
30.0.91; icomplete-vertical has no matches for M-x man RET chdir

Previous Next

Package: emacs;

Reported by: Van Ly <van.ly <at> sdf.org>

Date: Sun, 6 Oct 2024 12:44:02 UTC

Severity: normal

Found in version 30.0.91

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Van Ly <van.ly <at> sdf.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 73656 <at> debbugs.gnu.org
Subject: bug#73656: 30.0.91; icomplete-vertical has no matches for M-x man RET chdir
Date: Sun, 20 Oct 2024 22:26:19 -0400
> +                         (if (eq system-type 'berkeley-unix) "-l")

Maybe a more robust approach would be something like

    (defvar man--apropos-args (...))

where (...) is a piece of code which actually runs `man` with `-k` and
with or without `-l` to try and determine which kind of `man` we're
dealing with, but without making assumptions about which kind of `man`
is installed on which kind of OS.

Then we can use this new `man--apropos-args` var when running
`process-file`.

Oh, and `process-file` makes this worse because it may end up spawning
a process on a remote systems, so the local OS and local `man` may not
have anything to do with the remote OS and remote `man`.


        Stefan





This bug report was last modified 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.