* bug#70767: [PATCH] Fix variable name in auth-source-pass documentation
@ 2024-05-03 17:39 Illia Ostapyshyn
2024-05-07 20:16 ` J.P.
0 siblings, 1 reply; 6+ messages in thread
From: Illia Ostapyshyn @ 2024-05-03 17:39 UTC (permalink / raw)
To: 70767
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
Tags: patch
Hi,
this patch fixes a minor issue with the variable name in auth-source
documentation. The variable `auth-source-pass-extra-parameters' doesn't
exist and the text obviously refers to
`auth-source-pass-extra-query-keywords' described just below.
Cheers,
Illia
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-misc-auth.texi-The-Unix-password-store-Fix-varia.patch --]
[-- Type: text/patch, Size: 912 bytes --]
From 5fa013daf753a4f91072d2d9a31324d1320e4ef4 Mon Sep 17 00:00:00 2001
From: Illia Ostapyshyn <illia@yshyn.com>
Date: Fri, 3 May 2024 19:27:15 +0200
Subject: [PATCH] ; * doc/misc/auth.texi (The Unix password store): Fix
variable name
---
doc/misc/auth.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index f51a1446170..8d802be535c 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -527,7 +527,7 @@ The Unix password store
@code{gnu.org} and port @code{22}, then the entry
@file{gnu.org:22/rms.gpg} is preferred over @file{gnu.org.gpg}.
However, such processing is not applied when the option
-@code{auth-source-pass-extra-parameters} is set to @code{t}.
+@code{auth-source-pass-extra-query-keywords} is set to @code{t}.
Users of @code{pass} may also be interested in functionality provided
by other Emacs packages:
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#70767: [PATCH] Fix variable name in auth-source-pass documentation
2024-05-03 17:39 bug#70767: [PATCH] Fix variable name in auth-source-pass documentation Illia Ostapyshyn
@ 2024-05-07 20:16 ` J.P.
2024-05-07 22:55 ` Illia Ostapyshyn
0 siblings, 1 reply; 6+ messages in thread
From: J.P. @ 2024-05-07 20:16 UTC (permalink / raw)
To: Illia Ostapyshyn; +Cc: 70767
Hi Illia,
Illia Ostapyshyn <illia@yshyn.com> writes:
> Tags: patch
>
> Hi,
>
> this patch fixes a minor issue with the variable name in auth-source
> documentation. The variable `auth-source-pass-extra-parameters' doesn't
> exist and the text obviously refers to
> `auth-source-pass-extra-query-keywords' described just below.
This one's my bad. Thanks for spotting it. Do you have any other Emacs
contributions besides these?
commit a98bf3e7d713cb944c38ae6f784dc26d532b8e71
Date: Wed Jul 21 23:53:17 2021 +0200
* lisp/cus-start.el: Add mode-line-compact to Customize
lisp/cus-start.el | 6 ++++++
1 file changed, 6 insertions(+)
commit 78017a6e598ed7663aa04bd19c426f16bbc05006
Date: Mon Dec 7 13:36:34 2020 +0100
Allow using newer versions of Gnuplot from calc again
lisp/calc/calc-graph.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Thanks,
J.P.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70767: [PATCH] Fix variable name in auth-source-pass documentation
2024-05-07 20:16 ` J.P.
@ 2024-05-07 22:55 ` Illia Ostapyshyn
2024-05-07 23:11 ` J.P.
0 siblings, 1 reply; 6+ messages in thread
From: Illia Ostapyshyn @ 2024-05-07 22:55 UTC (permalink / raw)
To: J.P.; +Cc: 70767, Illia Ostapyshyn
"J.P." <jp@neverwas.me> writes:
> This one's my bad. Thanks for spotting it. Do you have any other Emacs
> contributions besides these?
Those seem to be the only ones. I've also contributed to modus-themes
before they were merged upstream, not sure if that's relevant.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70767: [PATCH] Fix variable name in auth-source-pass documentation
2024-05-07 22:55 ` Illia Ostapyshyn
@ 2024-05-07 23:11 ` J.P.
2024-05-08 13:25 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: J.P. @ 2024-05-07 23:11 UTC (permalink / raw)
To: Illia Ostapyshyn; +Cc: Eli Zaretskii, 70767
Illia Ostapyshyn <illia@yshyn.com> writes:
> "J.P." <jp@neverwas.me> writes:
>
>> This one's my bad. Thanks for spotting it. Do you have any other Emacs
>> contributions besides these?
>
> Those seem to be the only ones. I've also contributed to modus-themes
> before they were merged upstream, not sure if that's relevant.
Hopefully not for a one line doc fix.
. . .
Eli, where should this patch go? The feature was new in Emacs 29, if
that matters.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70767: [PATCH] Fix variable name in auth-source-pass documentation
2024-05-07 23:11 ` J.P.
@ 2024-05-08 13:25 ` Eli Zaretskii
2024-05-08 23:40 ` J.P.
0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2024-05-08 13:25 UTC (permalink / raw)
To: J.P.; +Cc: 70767, illia
> From: "J.P." <jp@neverwas.me>
> Cc: Eli Zaretskii <eliz@gnu.org>, 70767@debbugs.gnu.org
> Date: Tue, 07 May 2024 16:11:53 -0700
>
> Illia Ostapyshyn <illia@yshyn.com> writes:
>
> > "J.P." <jp@neverwas.me> writes:
> >
> >> This one's my bad. Thanks for spotting it. Do you have any other Emacs
> >> contributions besides these?
> >
> > Those seem to be the only ones. I've also contributed to modus-themes
> > before they were merged upstream, not sure if that's relevant.
>
> Hopefully not for a one line doc fix.
>
> . . .
>
> Eli, where should this patch go? The feature was new in Emacs 29, if
> that matters.
Please install on emacs-29, and thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70767: [PATCH] Fix variable name in auth-source-pass documentation
2024-05-08 13:25 ` Eli Zaretskii
@ 2024-05-08 23:40 ` J.P.
0 siblings, 0 replies; 6+ messages in thread
From: J.P. @ 2024-05-08 23:40 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 70767-done, illia
Eli Zaretskii <eliz@gnu.org> writes:
>> From: "J.P." <jp@neverwas.me>
>> Cc: Eli Zaretskii <eliz@gnu.org>, 70767@debbugs.gnu.org
>> Date: Tue, 07 May 2024 16:11:53 -0700
>>
>> Illia Ostapyshyn <illia@yshyn.com> writes:
>>
>> > "J.P." <jp@neverwas.me> writes:
>> >
>> >> This one's my bad. Thanks for spotting it. Do you have any other Emacs
>> >> contributions besides these?
>> >
>> > Those seem to be the only ones. I've also contributed to modus-themes
>> > before they were merged upstream, not sure if that's relevant.
>>
>> Hopefully not for a one line doc fix.
>>
>> . . .
>>
>> Eli, where should this patch go? The feature was new in Emacs 29, if
>> that matters.
>
> Please install on emacs-29, and thanks.
Done [1]. Thanks and closing.
[1] https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=8560ee7b
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-05-08 23:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03 17:39 bug#70767: [PATCH] Fix variable name in auth-source-pass documentation Illia Ostapyshyn
2024-05-07 20:16 ` J.P.
2024-05-07 22:55 ` Illia Ostapyshyn
2024-05-07 23:11 ` J.P.
2024-05-08 13:25 ` Eli Zaretskii
2024-05-08 23:40 ` J.P.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).