GNU bug report logs - #21635
24.5; dabbrev: customizable variable dabbrev-friend-buffer-function not documented in Emacs manual

Previous Next

Package: emacs;

Reported by: phs <phs <at> lsv.ens-cachan.fr>

Date: Tue, 6 Oct 2015 13:28:03 UTC

Severity: wishlist

Tags: notabug, wontfix

Found in version 24.5

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21635 in the body.
You can then email your comments to 21635 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21635; Package emacs. (Tue, 06 Oct 2015 13:28:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to phs <phs <at> lsv.ens-cachan.fr>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 06 Oct 2015 13:28:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: phs <phs <at> lsv.ens-cachan.fr>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.5; dabbrev: customizable variable dabbrev-friend-buffer-function
 not documented in Emacs manual
Date: Tue, 6 Oct 2015 15:05:34 +0200
$ emacs -Q -l dabbrev --eval="(describe-variable 
'dabbrev-friend-buffer-function)"

Unless I am mistaken, there is no mention of 
dabbrev-friend-buffer-function in the
Emacs manual. This symbol, if bound, should contain a function that 
given a buffer
argument will tell if the buffer should be searched while 
dabbrev-expand'ing.

Further dabbrev-friend-buffer-function is initially bound to 
dabbrev--same-major-mode-p, with the effect that
only buffers with same major mode are searched through. This behaviour, 
while often welcome, can be treacherous at times,
and is not documented in the manual.

This may have a connection with bug #17899

In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2015-04-10 on builder10-9.porkrind.org
Windowing system distributor `Apple', version 10.3.1404
Configured using:
 `configure --with-ns '--enable-locallisppath=/Library/Application
 Support/Emacs/${version}/site-lisp:/Library/Application 
Support/Emacs/site-lisp''

Important settings:
  value of $LC_ALL: en_US
  value of $LANG: en_US
  locale-coding-system: utf-8-unix

-- 
Philippe SCHNOEBELEN,       	                  www.lsv.ens-cachan.fr/~phs
LSV, CNRS UMR 8643 & ENS de Cachan   		  Tel: (+33/0) 147 407 530
"Algebraic symbols are used when you do not know what you are talking about"





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21635; Package emacs. (Tue, 06 Oct 2015 19:25:02 GMT) Full text and rfc822 format available.

Message #8 received at 21635 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: phs <phs <at> lsv.ens-cachan.fr>
Cc: 21635 <at> debbugs.gnu.org
Subject: Re: bug#21635: 24.5;
 dabbrev: customizable variable dabbrev-friend-buffer-function not
 documented in Emacs manual
Date: Tue, 06 Oct 2015 12:45:50 -0400
As a general comment, the manual does not try to exhaustively list all options.
I am not a dabbrev user, so have no idea how important this one is.




Severity set to 'wishlist' from 'minor' Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Sun, 29 Sep 2019 22:16:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21635; Package emacs. (Sat, 15 Aug 2020 06:27:02 GMT) Full text and rfc822 format available.

Message #13 received at 21635 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Glenn Morris <rgm <at> gnu.org>
Cc: phs <phs <at> lsv.ens-cachan.fr>, 21635 <at> debbugs.gnu.org
Subject: Re: bug#21635: 24.5; dabbrev: customizable variable
 dabbrev-friend-buffer-function not documented in Emacs manual
Date: Fri, 14 Aug 2020 23:26:09 -0700
phs <phs <at> lsv.ens-cachan.fr> writes:

> Unless I am mistaken, there is no mention of
> dabbrev-friend-buffer-function in the Emacs manual.

Glenn Morris <rgm <at> gnu.org> writes:

> As a general comment, the manual does not try to exhaustively list all options.
> I am not a dabbrev user, so have no idea how important this one is.

Unfortunately I don't use dabbrev either.  But I can see that no one has
replied here in five years, which is perhaps some kind of indication.

Does anyone else have an opinion here?

Best regards,
Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21635; Package emacs. (Thu, 01 Oct 2020 12:28:02 GMT) Full text and rfc822 format available.

Message #16 received at 21635 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Glenn Morris <rgm <at> gnu.org>
Cc: phs <phs <at> lsv.ens-cachan.fr>, 21635 <at> debbugs.gnu.org
Subject: Re: bug#21635: 24.5; dabbrev: customizable variable
 dabbrev-friend-buffer-function not documented in Emacs manual
Date: Thu, 1 Oct 2020 05:26:59 -0700
tags 21635 notabug wontfix
close 21635
thanks

Stefan Kangas <stefan <at> marxist.se> writes:

> phs <phs <at> lsv.ens-cachan.fr> writes:
>
>> Unless I am mistaken, there is no mention of
>> dabbrev-friend-buffer-function in the Emacs manual.
>
> Glenn Morris <rgm <at> gnu.org> writes:
>
>> As a general comment, the manual does not try to exhaustively list all options.
>> I am not a dabbrev user, so have no idea how important this one is.
>
> Unfortunately I don't use dabbrev either.  But I can see that no one has
> replied here in five years, which is perhaps some kind of indication.
>
> Does anyone else have an opinion here?

No one voiced an opinion within 7 weeks, so I'm closing this bug now.




Added tag(s) wontfix and notabug. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Thu, 01 Oct 2020 12:28:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 21635 <at> debbugs.gnu.org and phs <phs <at> lsv.ens-cachan.fr> Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Thu, 01 Oct 2020 12:28:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 30 Oct 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 178 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.