From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Newsgroups: gmane.emacs.help Subject: bookmarks plus and ? help Date: Sat, 22 Mar 2014 06:24:46 -0700 (PDT) Message-ID: <30ca677b-f025-44b2-9c9c-50efd827456c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1395522807 27454 80.91.229.3 (22 Mar 2014 21:13:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Mar 2014 21:13:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 22 22:13:36 2014 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 1WRTEV-0004Jv-Tk for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Mar 2014 22:13:36 +0100 Original-Received: from localhost ([::1]:58146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRTEV-0000IT-Dt for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Mar 2014 17:13:35 -0400 X-Received: by 10.52.236.231 with SMTP id ux7mr19131832vdc.7.1395494687116; Sat, 22 Mar 2014 06:24:47 -0700 (PDT) X-Received: by 10.182.186.97 with SMTP id fj1mr1089obc.32.1395494686909; Sat, 22 Mar 2014 06:24:46 -0700 (PDT) Original-Path: usenet.stanford.edu!w5no7568095qac.0!news-out.google.com!du2ni10175qab.0!nntp.google.com!hw13no7542365qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.89.145.141; posting-account=czAMxQoAAAAUEojshw4CrIvcwSdulymE Original-NNTP-Posting-Host: 108.89.145.141 User-Agent: G2/1.0 Injection-Date: Sat, 22 Mar 2014 13:24:47 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204412 X-Mailman-Approved-At: Sat, 22 Mar 2014 17:13:24 -0400 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:96684 Archived-At: To set context, the readme file for bookmarks+ says: 1. From the bookmark list (`C-x r l'): Use `?' to show the current bookmark-list status and general help While researching use of bookmark tags I noted that "?" used in this manner does not describe function "bmkp-copy-tags" or the key sequence that invokes it. The *Help* buffer resulting from "?" does include the lines T > C-y - Add tags copied from a bookmark to those marked (`C-u': all) T > q - Replace tags of marked with copied tags (`C-u': all) which make it clear that there must be a command that copies bookmark tags. This leads me to wonder if this omission is deliberate--for the sake of brevity? The same can be said of other tag commands, which have the same key map prefix: C-x p t V bmkp-set-tag-value-for-navlist C-x p t c bmkp-copy-tags C-x p t p bmkp-paste-add-tags C-x p t q bmkp-paste-replace-tags (taken from the 'describe-bindings *Help* buffer--but I've not attempted to make a complete list) For reference, The Commentary file says: There are many more keys and commands for editing bookmark tags. You can copy tags (`C-x p t c') from one bookmark and paste them to others, either replacing the original tags (`C-x p t C-y') or adding to them (`C-x p t q').