emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: man broken?


From: Po Lu
Subject: Re: man broken?
Date: Sun, 07 Jan 2024 20:54:16 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Albinus <michael.albinus@gmx.de> writes:

> This macro isn't widely used, just 5 files outside files-x.el:.
>
> # grep '(connection-local-value' lisp/*.el lisp/**/*.el
> lisp/dired.el:          (setq switches (connection-local-value 
> dired-listing-switches)))
> lisp/dired.el:              (or switches (connection-local-value 
> dired-listing-switches)))
> lisp/dired-x.el:   dirname (or switches (connection-local-value 
> dired-listing-switches)))
> lisp/files.el:              (let ((switches (connection-local-value 
> dired-listing-switches)))
> lisp/files.el:           (concat (connection-local-value 
> dired-listing-switches) " -t")))
> lisp/files-x.el:  (connection-local-value path-separator))
> lisp/files-x.el:  (connection-local-value null-device))
> lisp/man.el:      (connection-local-value shell-file-name)
> lisp/net/ange-ftp.el:                             (connection-local-value
>
> The macro is newly added to Emacs, so it isn't abnormal that the usage
> shows potential problems. The breakage came due to a thinko of mine, I
> don't expect further changes to the macro. (I know, famous last words ...)
>
> Best regards, Michael.

I see, thanks for clarifying.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]