From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Bug in help-fns+.el (was Re: Completion stopped working) Date: Mon, 29 Apr 2013 07:17:04 -0700 Message-ID: <66EE123AB7DA413EB289E9A1FDD4DB94@us.oracle.com> References: <87vc7m3itw.fsf@gmail.com> <87a9oyeqx8@ch.ristopher.com><87li81g2tx.fsf_-_@gmail.com><95667056AB83437DABC4BBC72B55DD4A@us.oracle.com> <87haipfmwt.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1367245062 8694 80.91.229.3 (29 Apr 2013 14:17:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 14:17:42 +0000 (UTC) To: "'Thorsten Jolitz'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 16:17:47 2013 Return-path: Envelope-to: geh-help-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 1UWoti-00063B-4d for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 16:17:42 +0200 Original-Received: from localhost ([::1]:53215 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWoth-0001QK-Kr for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 10:17:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWotQ-0001ME-Ii for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 10:17:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWotP-0007Kd-Bo for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 10:17:24 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:24757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWotP-0007KV-5a for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 10:17:23 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r3TEHJx9021862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 29 Apr 2013 14:17:20 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r3TEHJxT005057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 29 Apr 2013 14:17:19 GMT Original-Received: from abhmt117.oracle.com (abhmt117.oracle.com [141.146.116.69]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r3TEHIim023704; Mon, 29 Apr 2013 14:17:18 GMT Original-Received: from dradamslap1 (/10.159.75.228) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 29 Apr 2013 07:17:18 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87haipfmwt.fsf@gmail.com> Thread-Index: Ac5E40vIfJETqDLpRlS7qKutBuOjRAAAFCqQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90394 Archived-At: > 1. emacs -Q > 2. type > (message "hello") > in scratch buffer > 3. with point on 'message', do 'C-h f' and you'll see: > Describe function (default message): > 4. Do 'M-x load-file RET /path/to/help-fns+.el' > 5. with point on 'message', do 'C-h f' again and you'll see: > Describe function: Thanks for the quick reply. What happens if you hit `M-n' - what default value is inserted in the minibuffer? (I see `message' inserted.) What happens if you hit `RET' - what function is described by default? (For me it is `message'.) IOW, from what I see, the only difference is whether the default value is shown in parens. Is that what you see also? Is that the problem, as you see it, or is there something else? Thx.