all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH]: package-user-dir is a defcustom
@ 2024-06-15 16:27 Pedro Andres Aranda Gutierrez
  2024-06-15 16:48 ` Eli Zaretskii
  2024-06-15 17:13 ` Philip Kaludercic
  0 siblings, 2 replies; 5+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2024-06-15 16:27 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]

Hi,
I would have saved some time, because I understood changing=>setq. I think
customising
is a bit more precise.

Best, /PA

diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index fd445805068..a98af7abdc1 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -566,7 +566,7 @@ Package Files
 @vindex package-user-dir
   Once installed, the contents of a package are placed in a
 subdirectory of @file{~/.emacs.d/elpa/} (you can change the name of
-that directory by changing the variable @code{package-user-dir}).  The
+that directory by customising the variable @code{package-user-dir}).  The
 package subdirectory is named @file{@var{name}-@var{version}}, where
 @var{name} is the package name and @var{version} is its version
 string.

-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #2: Type: text/html, Size: 1439 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH]: package-user-dir is a defcustom
  2024-06-15 16:27 [PATCH]: package-user-dir is a defcustom Pedro Andres Aranda Gutierrez
@ 2024-06-15 16:48 ` Eli Zaretskii
  2024-06-15 17:13 ` Philip Kaludercic
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2024-06-15 16:48 UTC (permalink / raw)
  To: Pedro Andres Aranda Gutierrez; +Cc: emacs-devel

> From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
> Date: Sat, 15 Jun 2024 18:27:02 +0200
> 
> I would have saved some time, because I understood changing=>setq. I think customising
> is a bit more precise.

Thanks, done.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH]: package-user-dir is a defcustom
  2024-06-15 16:27 [PATCH]: package-user-dir is a defcustom Pedro Andres Aranda Gutierrez
  2024-06-15 16:48 ` Eli Zaretskii
@ 2024-06-15 17:13 ` Philip Kaludercic
  2024-06-15 17:30   ` Eli Zaretskii
  1 sibling, 1 reply; 5+ messages in thread
From: Philip Kaludercic @ 2024-06-15 17:13 UTC (permalink / raw)
  To: Pedro Andres Aranda Gutierrez; +Cc: emacs-devel

Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:

> Hi,
> I would have saved some time, because I understood changing=>setq. I think
> customising
> is a bit more precise.
>
> Best, /PA
>
> diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
> index fd445805068..a98af7abdc1 100644
> --- a/doc/emacs/package.texi
> +++ b/doc/emacs/package.texi
> @@ -566,7 +566,7 @@ Package Files
>  @vindex package-user-dir
>    Once installed, the contents of a package are placed in a
>  subdirectory of @file{~/.emacs.d/elpa/} (you can change the name of
> -that directory by changing the variable @code{package-user-dir}).  The
> +that directory by customising the variable @code{package-user-dir}).  The
>  package subdirectory is named @file{@var{name}-@var{version}}, where
>  @var{name} is the package name and @var{version} is its version
>  string.

I think the clearer change would have been to replace the noun
"variable" with "user option", instead of relying on the implicit
information in the verb.

-- 
	Philip Kaludercic on peregrine



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH]: package-user-dir is a defcustom
  2024-06-15 17:13 ` Philip Kaludercic
@ 2024-06-15 17:30   ` Eli Zaretskii
  2024-06-15 20:21     ` [External] : " Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2024-06-15 17:30 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: paaguti, emacs-devel

> From: Philip Kaludercic <philipk@posteo.net>
> Cc: emacs-devel <emacs-devel@gnu.org>
> Date: Sat, 15 Jun 2024 17:13:42 +0000
> 
> Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:
> 
> > Hi,
> > I would have saved some time, because I understood changing=>setq. I think
> > customising
> > is a bit more precise.
> >
> > Best, /PA
> >
> > diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
> > index fd445805068..a98af7abdc1 100644
> > --- a/doc/emacs/package.texi
> > +++ b/doc/emacs/package.texi
> > @@ -566,7 +566,7 @@ Package Files
> >  @vindex package-user-dir
> >    Once installed, the contents of a package are placed in a
> >  subdirectory of @file{~/.emacs.d/elpa/} (you can change the name of
> > -that directory by changing the variable @code{package-user-dir}).  The
> > +that directory by customising the variable @code{package-user-dir}).  The
> >  package subdirectory is named @file{@var{name}-@var{version}}, where
> >  @var{name} is the package name and @var{version} is its version
> >  string.
> 
> I think the clearer change would have been to replace the noun
> "variable" with "user option", instead of relying on the implicit
> information in the verb.

We use "customize the variable" all over the place in the user manual,
so it is quite common.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [External] : Re: [PATCH]: package-user-dir is a defcustom
  2024-06-15 17:30   ` Eli Zaretskii
@ 2024-06-15 20:21     ` Drew Adams
  0 siblings, 0 replies; 5+ messages in thread
From: Drew Adams @ 2024-06-15 20:21 UTC (permalink / raw)
  To: Eli Zaretskii, Philip Kaludercic; +Cc: paaguti@gmail.com, emacs-devel@gnu.org

> > I think the clearer change would have been to replace the noun
> > "variable" with "user option", instead of relying on the implicit
> > information in the verb.
> 
> We use "customize the variable" all over the place in the user manual,
> so it is quite common.

Technical debt; legacy.  "Option" is clearer,
unambiguous.  It would be good to even replace
"user variable" with "user option" (or even
just "option") wherever the former still occurs.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-15 20:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 16:27 [PATCH]: package-user-dir is a defcustom Pedro Andres Aranda Gutierrez
2024-06-15 16:48 ` Eli Zaretskii
2024-06-15 17:13 ` Philip Kaludercic
2024-06-15 17:30   ` Eli Zaretskii
2024-06-15 20:21     ` [External] : " Drew Adams

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.