From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#12102: 24.1.50; Strange interaction between completion and savehist Date: Wed, 01 Aug 2012 19:42:52 -0400 Message-ID: References: <87d33ct49p.fsf@sc3d.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1343864623 18817 80.91.229.3 (1 Aug 2012 23:43:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2012 23:43:43 +0000 (UTC) Cc: 12102@debbugs.gnu.org To: Reuben Thomas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 02 01:43:41 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SwiZn-0005jC-25 for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Aug 2012 01:43:39 +0200 Original-Received: from localhost ([::1]:53484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwiZm-00009R-Dj for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Aug 2012 19:43:38 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwiZk-00009M-BE for bug-gnu-emacs@gnu.org; Wed, 01 Aug 2012 19:43:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwiZj-0006Vn-Ex for bug-gnu-emacs@gnu.org; Wed, 01 Aug 2012 19:43:36 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwiZj-0006Vi-BY for bug-gnu-emacs@gnu.org; Wed, 01 Aug 2012 19:43:35 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Swigw-0000Id-3F for bug-gnu-emacs@gnu.org; Wed, 01 Aug 2012 19:51:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 01 Aug 2012 23:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12102 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12102-submit@debbugs.gnu.org id=B12102.13438650231101 (code B ref 12102); Wed, 01 Aug 2012 23:51:01 +0000 Original-Received: (at 12102) by debbugs.gnu.org; 1 Aug 2012 23:50:23 +0000 Original-Received: from localhost ([127.0.0.1]:55557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SwigI-0000Hh-Io for submit@debbugs.gnu.org; Wed, 01 Aug 2012 19:50:23 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:43050) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SwigG-0000HZ-Fi for 12102@debbugs.gnu.org; Wed, 01 Aug 2012 19:50:21 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SwiZ2-0005j9-Cn; Wed, 01 Aug 2012 19:42:52 -0400 X-Spook: Janet Reno BLU-97 A/B argus CDC assassinate KGB rs9512c X-Ran: b3HsjumJU*/YR$aq*;a>KmcXKwg{DXAKP|u^O[dMujvvfBzRT]jlhN\^A12TX!d~$dw*y0 X-Hue: green X-Attribution: GM In-Reply-To: <87d33ct49p.fsf@sc3d.org> (Reuben Thomas's message of "Tue, 31 Jul 2012 15:05:22 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62737 Archived-At: Reuben Thomas wrote: > (custom-set-variables > '(savehist-mode t nil (savehist)) Isn't that bogus? Why isn't it just '(savehist-mode t) > '(tab-always-indent (quote complete))) > ;; "info" > > Call it foo.el, and start: emacs -Q -l foo.el foo.el > > Then go down to the commented string, put point on the "i" of "info" and > press TAB. The string becomes "iinfo", and, with another TAB, > "idlwave-routine-info". I cannot reproduce this.