From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Bookmark Plus: Bookmarking "locate"d files Date: Tue, 03 Feb 2015 16:07:41 -0500 Message-ID: <87zj8ug0v6.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422997684 15719 80.91.229.3 (3 Feb 2015 21:08:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2015 21:08:04 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 03 22:08:04 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 1YIkhX-00042D-VE for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Feb 2015 22:08:04 +0100 Original-Received: from localhost ([::1]:33225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIkhX-0007gN-Bd for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Feb 2015 16:08:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIkhH-0007do-AZ for help-gnu-emacs@gnu.org; Tue, 03 Feb 2015 16:07:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIkhD-0004cX-OX for help-gnu-emacs@gnu.org; Tue, 03 Feb 2015 16:07:47 -0500 Original-Received: from mail-yh0-x232.google.com ([2607:f8b0:4002:c01::232]:49523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIkhD-0004cT-LS for help-gnu-emacs@gnu.org; Tue, 03 Feb 2015 16:07:43 -0500 Original-Received: by mail-yh0-f50.google.com with SMTP id t59so19557990yho.9 for ; Tue, 03 Feb 2015 13:07:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=shBWhvGqiVBdgLhh2tK1M8wK1n8TZlxFhZJQPUd9I6A=; b=sOhKyjqlh2Rkm439Ax5pT0vmV0HXjxHpjAD+d5bPv121CD8MVoNcs1grY+aCn1ZF6j eMSRAYJiZ16WbJWxXyPwtZv8HbzPXPOnIPnXIqtv3KYfq5JGFusScB6338zSF0sFFib7 HL/4zSEYEpKPAFoouGNsImVY/PHAQ1hRKwa8ihxZGsqd79q6+/Irk8yZq1va065jhF6z SSQG4yhfommAQZ6u7va+Zl3ccb1XMcMnv2WOJdRnxpAIL4OmnJn7D/LBrZGCTSWGIUU6 /v8fPxzvS9T1YhFj5afvIXDWOZqCL1NrPG9noXUMsxMrv4VGSU/zVPEJiblqUhsmgToc Io7w== X-Received: by 10.170.81.87 with SMTP id x84mr12394805ykx.95.1422997663255; Tue, 03 Feb 2015 13:07:43 -0800 (PST) Original-Received: from localhost.localdomain (lawn-143-215-49-162.lawn.gatech.edu. [143.215.49.162]) by mx.google.com with ESMTPSA id u68sm14934561yhf.39.2015.02.03.13.07.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Feb 2015 13:07:41 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::232 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:102462 Archived-At: I follow a regular process in my note-taking and can create a locate command that returns a complete list of my note org files within a portion of my directory heirarchy. I had hoped the results of (locate) would count as an occur/compilation buffer; it even partially works as a dired buffer. But whenever I try the dired bookmark command after marking the results, I am told the command is only available in dired or dired-derived modes (which, I was sure, the results of locate were). In following http://www.emacswiki.org/emacs/BookmarkPlus#toc33, How can I bookmark such a list of files? Is it a bug that I cannot do it from the "locate" buffer?