* bug#24840: 25.1; EUDC documentation mentions incorrect default for eudc-inline-expansion-format @ 2016-10-31 19:30 Tibor Csögör [not found] ` <handler.24840.B.147794289525762.ack@debbugs.gnu.org> 0 siblings, 1 reply; 6+ messages in thread From: Tibor Csögör @ 2016-10-31 19:30 UTC (permalink / raw) To: 24840 [-- Attachment #1: Type: text/plain, Size: 141 bytes --] The default value for `eudc-inline-expansion-format' changed in 25.1 but the documentation still mentions the old default. Patch attached. [-- Attachment #2: eudc_doc.patch --] [-- Type: text/plain, Size: 637 bytes --] diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi index 53f1beb..87cfab6 100644 --- a/doc/misc/eudc.texi +++ b/doc/misc/eudc.texi @@ -733,8 +733,7 @@ upon an inline expansion request. It is a list whose first element is a string passed to @code{format}. Remaining elements are symbols corresponding to directory attribute names. The corresponding attribute values are passed as additional arguments to @code{format}. Default is -@code{("%s" email)} but you may want to consider a value like @code{("%s -<%s>" name email)} +@code{("%s %s <%s>" firstname name email)}. @end defvar @defvar eudc-multiple-match-handling-method ^ permalink raw reply related [flat|nested] 6+ messages in thread
[parent not found: <handler.24840.B.147794289525762.ack@debbugs.gnu.org>]
* bug#24840: 25.1; EUDC documentation mentions incorrect default for eudc-inline-expansion-format [not found] ` <handler.24840.B.147794289525762.ack@debbugs.gnu.org> @ 2016-11-01 0:57 ` Tibor Csögör 2016-11-01 9:17 ` Thomas Fitzsimmons 0 siblings, 1 reply; 6+ messages in thread From: Tibor Csögör @ 2016-11-01 0:57 UTC (permalink / raw) To: 24840 Possible commit message for patch follows. Fix documentation of 'eudc-inline-expansion-format' * doc/misc/eudc.texi (Inline Query Expansion): Fix the default value of 'eudc-inline-expansion-format'. (Bug#24840) ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#24840: 25.1; EUDC documentation mentions incorrect default for eudc-inline-expansion-format 2016-11-01 0:57 ` Tibor Csögör @ 2016-11-01 9:17 ` Thomas Fitzsimmons 2016-11-01 15:40 ` Eli Zaretskii 0 siblings, 1 reply; 6+ messages in thread From: Thomas Fitzsimmons @ 2016-11-01 9:17 UTC (permalink / raw) To: Tibor Csögör; +Cc: 24840-done Tibor Csögör <tibi@tiborius.net> writes: > Fix documentation of 'eudc-inline-expansion-format' Pushed, thanks. I also updated the documentation for 'eudc-options-file'. Thomas ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#24840: 25.1; EUDC documentation mentions incorrect default for eudc-inline-expansion-format 2016-11-01 9:17 ` Thomas Fitzsimmons @ 2016-11-01 15:40 ` Eli Zaretskii 2016-11-02 10:16 ` Thomas Fitzsimmons 0 siblings, 1 reply; 6+ messages in thread From: Eli Zaretskii @ 2016-11-01 15:40 UTC (permalink / raw) To: Thomas Fitzsimmons; +Cc: fitzsim, tibi, 24840 > From: Thomas Fitzsimmons <fitzsim@fitzsim.org> > Date: Tue, 01 Nov 2016 05:17:21 -0400 > Cc: 24840-done@debbugs.gnu.org > > Tibor Csögör <tibi@tiborius.net> writes: > > > Fix documentation of 'eudc-inline-expansion-format' > > Pushed, thanks. I also updated the documentation for > 'eudc-options-file'. Documentation fixes that are relevant to Emacs 25.1 should be pushed to the emacs-25 branch, not to master (they will be later merged to master). So please cherry-pick those changes to the emacs-25 branch. Thanks. ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#24840: 25.1; EUDC documentation mentions incorrect default for eudc-inline-expansion-format 2016-11-01 15:40 ` Eli Zaretskii @ 2016-11-02 10:16 ` Thomas Fitzsimmons 2016-11-02 15:32 ` Eli Zaretskii 0 siblings, 1 reply; 6+ messages in thread From: Thomas Fitzsimmons @ 2016-11-02 10:16 UTC (permalink / raw) To: Eli Zaretskii; +Cc: tibi, 24840 Eli Zaretskii <eliz@gnu.org> writes: >> From: Thomas Fitzsimmons <fitzsim@fitzsim.org> >> Date: Tue, 01 Nov 2016 05:17:21 -0400 >> Cc: 24840-done@debbugs.gnu.org >> >> Tibor Csögör <tibi@tiborius.net> writes: >> >> > Fix documentation of 'eudc-inline-expansion-format' >> >> Pushed, thanks. I also updated the documentation for >> 'eudc-options-file'. > > Documentation fixes that are relevant to Emacs 25.1 should be pushed > to the emacs-25 branch, not to master (they will be later merged to > master). OK. > So please cherry-pick those changes to the emacs-25 branch. Done. Thomas ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#24840: 25.1; EUDC documentation mentions incorrect default for eudc-inline-expansion-format 2016-11-02 10:16 ` Thomas Fitzsimmons @ 2016-11-02 15:32 ` Eli Zaretskii 0 siblings, 0 replies; 6+ messages in thread From: Eli Zaretskii @ 2016-11-02 15:32 UTC (permalink / raw) To: Thomas Fitzsimmons; +Cc: tibi, 24840 > From: Thomas Fitzsimmons <fitzsim@fitzsim.org> > Cc: 24840@debbugs.gnu.org, tibi@tiborius.net > Date: Wed, 02 Nov 2016 06:16:33 -0400 > > > So please cherry-pick those changes to the emacs-25 branch. > > Done. Thank you. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-11-02 15:32 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-10-31 19:30 bug#24840: 25.1; EUDC documentation mentions incorrect default for eudc-inline-expansion-format Tibor Csögör [not found] ` <handler.24840.B.147794289525762.ack@debbugs.gnu.org> 2016-11-01 0:57 ` Tibor Csögör 2016-11-01 9:17 ` Thomas Fitzsimmons 2016-11-01 15:40 ` Eli Zaretskii 2016-11-02 10:16 ` Thomas Fitzsimmons 2016-11-02 15:32 ` Eli Zaretskii
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).