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: Advice on studying Emacs Lisp files Date: Mon, 26 Jan 2015 16:39:22 -0800 (PST) Message-ID: References: <87fvbdhvpv.fsf@wmi.amu.edu.pl> <87d26hhuk3.fsf@wmi.amu.edu.pl> <87lhl1h3gm.fsf@wmi.amu.edu.pl> <3ae6cdef-c0a6-4064-83f5-f14f23fe0ad9@default> <87vbjxgkrn.fsf@wmi.amu.edu.pl> <87oapldtzp.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422319201 32221 80.91.229.3 (27 Jan 2015 00:40:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 00:40:01 +0000 (UTC) To: Marcin Borkowski , Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 27 01:39:56 2015 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 1YFuC9-0002fj-L3 for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2015 01:39:53 +0100 Original-Received: from localhost ([::1]:44736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFuC9-0003QU-1b for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Jan 2015 19:39:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFuBn-0003MY-73 for help-gnu-emacs@gnu.org; Mon, 26 Jan 2015 19:39:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFuBi-0001e2-HI for help-gnu-emacs@gnu.org; Mon, 26 Jan 2015 19:39:31 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:41187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFuBi-0001cj-BR for help-gnu-emacs@gnu.org; Mon, 26 Jan 2015 19:39:26 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t0R0dPmT015643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Jan 2015 00:39:25 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0R0dOA1009241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Jan 2015 00:39:24 GMT Original-Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id t0R0dNWL025438; Tue, 27 Jan 2015 00:39:23 GMT In-Reply-To: <87oapldtzp.fsf@wmi.amu.edu.pl> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: acsinet22.oracle.com [141.146.126.238] 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:102300 Archived-At: > >> > 1. See standard options `bookmark-use-annotations' and > >> > `bookmark-automatically-show-annotations'. > >> > >> Thanks! BTW, the latter one seems to be `t' by default. > > > > That is the vanilla Emacs default. I generally leave such things > > alone. All of the vanilla options (i.e., `bookmark-*') are left > > alone. Bookmark+ option names have the prefix `bmkp-'. >=20 > OK, now I have another (not very important) problem. With > bookmark-automatically-show-annotations set to t, I get a buffer with > the annotation when I jump to a bookmark. However, it is read-only and > basically unusable for e.g. editing the annotation. Is this intended > behavior? Yes. If you want to edit an annotation then use `bookmark-edit-annotation' instead of `bookmark-show-annotation'. But that advice doesn't help for automatic showing of annotations - that is always show-only, not edit. I suppose it would make sense to provide a key binding for the edit command in the show-only buffer, or perhaps let you choose to have automatically shown annotations open for editing. I'll think about it. I don't use annotations, myself, and I've done little more with that feature than what is in vanilla Emacs. The main thing I did (recently) was to allow for using Org mode (or any other) and allow for an annotation to be external (in a separate file).