all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Po Lu <luangruo@yahoo.com>
Cc: Philip Kaludercic <philipk@posteo.net>,
	 Visuwesh <visuweshm@gmail.com>, "T.V Raman" <raman@google.com>,
	 emacs-devel@gnu.org
Subject: Re: man broken?
Date: Sun, 07 Jan 2024 13:13:08 +0100	[thread overview]
Message-ID: <87zfxhe3zf.fsf@gmx.de> (raw)
In-Reply-To: <87bk9x73nr.fsf@yahoo.com> (Po Lu's message of "Sun, 07 Jan 2024 20:02:00 +0800")

Po Lu <luangruo@yahoo.com> writes:

Hi,

> Should the body of this macro be extracted into a separate function, so
> that future changes affecting it won't require a recompilation of all
> files where it is invoked?  I've seen two breaking changes with this
> macro involved in some capacity over the past 30 days, which is abnormal
> for such a widely used macro.

This macro isn't widely used, just 5 files outside files-x.el:.

--8<---------------cut here---------------start------------->8---
# 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
--8<---------------cut here---------------end--------------->8---

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.



  reply	other threads:[~2024-01-07 12:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-27 18:28 man broken? T.V Raman
2023-12-27 18:56 ` Michael Albinus
2023-12-28  9:48   ` Philip Kaludercic
2023-12-28 15:00     ` Emanuel Berg
2023-12-28 15:13     ` T.V Raman
2023-12-28 16:22     ` Michael Albinus
2023-12-29 19:38       ` Philip Kaludercic
2023-12-30  0:31         ` Emanuel Berg
2023-12-30  4:55       ` Visuwesh
2023-12-30 11:37         ` Michael Albinus
2024-01-03 15:45           ` Philip Kaludercic
2024-01-03 15:48             ` Philip Kaludercic
2024-01-07 11:48               ` Michael Albinus
2024-01-07 12:02                 ` Po Lu
2024-01-07 12:13                   ` Michael Albinus [this message]
2024-01-07 12:54                     ` Po Lu
2024-01-07 22:38                 ` Emanuel Berg
2023-12-27 18:57 ` Eli Zaretskii
2023-12-27 19:05   ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfxhe3zf.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=philipk@posteo.net \
    --cc=raman@google.com \
    --cc=visuweshm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.