X-Loop: help-debbugs@HIDDEN Subject: bug#18346: Missing feature; smart contextual documentation (help buffers) Resent-From: user3341592 <user47795@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Thu, 28 Aug 2014 18:35:02 +0000 Resent-Message-ID: <handler.18346.B.140925089221016 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 18346 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 18346 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.140925089221016 (code B ref -1); Thu, 28 Aug 2014 18:35:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Aug 2014 18:34:52 +0000 Received: from localhost ([127.0.0.1]:54620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1XN4X5-0005Sr-Em for submit <at> debbugs.gnu.org; Thu, 28 Aug 2014 14:34:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53215) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <user47795@HIDDEN>) id 1XN4QC-0005H4-5a for submit <at> debbugs.gnu.org; Thu, 28 Aug 2014 14:27:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <user47795@HIDDEN>) id 1XN4Pz-0006IO-G8 for submit <at> debbugs.gnu.org; Thu, 28 Aug 2014 14:27:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,NO_DNS_FOR_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <user47795@HIDDEN>) id 1XN4Pz-0006Hz-6y for submit <at> debbugs.gnu.org; Thu, 28 Aug 2014 14:27:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <user47795@HIDDEN>) id 1XN4Ps-0002YT-Ut for bug-gnu-emacs@HIDDEN; Thu, 28 Aug 2014 14:27:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <user47795@HIDDEN>) id 1XN4Pm-0006Er-Mo for bug-gnu-emacs@HIDDEN; Thu, 28 Aug 2014 14:27:24 -0400 Received: from dd5e0353a.access.telenet.be ([213.224.53.58]:54848 helo=mail.missioncriticalit.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <user47795@HIDDEN>) id 1XN4Pm-0006ER-Gs for bug-gnu-emacs@HIDDEN; Thu, 28 Aug 2014 14:27:18 -0400 Received: from MUNDANEUM.i-did-not-set--mail-host-address--so-tickle-me (ip-83-101-44-240.customer.schedom-europe.net [83.101.44.240]) by mail.missioncriticalit.com (Postfix) with ESMTPSA id 84BEC5002C9 for <bug-gnu-emacs@HIDDEN>; Thu, 28 Aug 2014 19:51:09 +0200 (CEST) From: user3341592 <user47795@HIDDEN> Organization: user3341592 X-Url: Under construction... X-Archive: encrypt Date: Thu, 28 Aug 2014 19:50:18 +0200 Message-ID: <86lhq8h5b9.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.6 (----) X-Mailman-Approved-At: Thu, 28 Aug 2014 14:34:49 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -4.6 (----) Here is a missing feature which Stefan asked to report. See http://stackoverflow.com/questions/25551120/bind-f1-to-smart-contextual-documentation-help-buffers. --8<---------------cut here---------------start------------->8--- Is there a function which I could bind on F1 in Emacs, which would give me (in a temporary or persistent buffer) contextual documentation on the "symbol" under point? IIUC, that'd give the same results as: - C-c C-v RET in ESS buffers (= ess-display-help-on-object) - C-h f/v RET in Emacs Lisp buffers (= describe-function/variable) - C-h S in Shell buffers (= info-lookup-symbol) + M-x man-follow? - ??? in AWK, C, Java - ??? in AUCTeX buffers (well, that may be a big dream ;-)) - ... Somehow, Auto-Complete does that job (at least in ESS and Emacs Lisp buffers), as it displays the right help (on functions, on variables, etc.) in its "quick help" tooltip. Though, it's only displayed in the completion process, not after. I first thought that info-lookup-symbol would be (part of) the solution, but it already does NOT work in ESS, so it's pretty very limited... What should I bind onto F1, then? --8<---------------cut here---------------end--------------->8---
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: user3341592 <user47795@HIDDEN> Subject: bug#18346: Acknowledgement (Missing feature; smart contextual documentation (help buffers)) Message-ID: <handler.18346.B.140925089221016.ack <at> debbugs.gnu.org> References: <86lhq8h5b9.fsf@HIDDEN> X-Gnu-PR-Message: ack 18346 X-Gnu-PR-Package: emacs Reply-To: 18346 <at> debbugs.gnu.org Date: Thu, 28 Aug 2014 18:35:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 18346 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 18346: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18346 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.