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: Sat, 24 Jan 2015 07:40:11 -0800 (PST) Message-ID: <9703e115-1c34-4466-97fc-a9b1d0a7c6ae@default> 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> <87lhksgzn6.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 1422114043 2282 80.91.229.3 (24 Jan 2015 15:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2015 15:40:43 +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 Sat Jan 24 16:40:39 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 1YF2p7-0002QU-LC for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jan 2015 16:40:33 +0100 Original-Received: from localhost ([::1]:35290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YF2p6-0004m5-PD for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jan 2015 10:40:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YF2ot-0004m0-0o for help-gnu-emacs@gnu.org; Sat, 24 Jan 2015 10:40:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YF2op-00073B-Pb for help-gnu-emacs@gnu.org; Sat, 24 Jan 2015 10:40:18 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:40939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YF2op-000736-Jl for help-gnu-emacs@gnu.org; Sat, 24 Jan 2015 10:40:15 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t0OFeCPt002396 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 24 Jan 2015 15:40:13 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0OFeBCA014572 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 24 Jan 2015 15:40:11 GMT Original-Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0OFeAq8023200; Sat, 24 Jan 2015 15:40:10 GMT In-Reply-To: <87lhksgzn6.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: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:102241 Archived-At: > I want the bookmarks to be highlighted as soon as I visit the file... > I do not intend to use bookmarks very heavily (i.e., not too many of > them), and I'd like them to be highlighted by default, without any > explicit action. See `bmkp-(un)light-bookmarks' and `bmkp-(un)light-this-buffer'. Use them from Lisp or interactively. `bmkp-(un)light-bookmarks': `C-x p H', `C-x p U' - Highlight, unhighlight bookmarks: With plain `C-u': all bookmarks With `C-u C-u': navigation-list bookmarks Otherwise, bookmarks in current buffer: No prefix arg: all bookmarks Prefix arg > 0: autonamed bookmarks < 0: non-autonamed bookmarks More generally, please consult the bookmark highlighting doc.