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: Bookmarks in non-file buffers? Date: Tue, 1 Apr 2008 07:03:22 -0700 Message-ID: <007201c89401$26639e00$0200a8c0@us.oracle.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207058886 25976 80.91.229.12 (1 Apr 2008 14:08:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Apr 2008 14:08:06 +0000 (UTC) To: "'Dmitri Minaev'" , "'EMACS list'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 01 16:08:33 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jgh7m-0001Yd-9g for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Apr 2008 16:06:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jgh7A-0001Fh-AP for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Apr 2008 10:05:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jgh6q-0001Fa-LF for help-gnu-emacs@gnu.org; Tue, 01 Apr 2008 10:05:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jgh6p-0001FE-Rn for help-gnu-emacs@gnu.org; Tue, 01 Apr 2008 10:05:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jgh6p-0001FB-Ox for help-gnu-emacs@gnu.org; Tue, 01 Apr 2008 10:05:07 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jgh6p-0002g6-BJ for help-gnu-emacs@gnu.org; Tue, 01 Apr 2008 10:05:07 -0400 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m31E50Vp011245; Tue, 1 Apr 2008 08:05:00 -0600 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m318CJSg020084; Tue, 1 Apr 2008 08:04:59 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt350.oracle.com with ESMTP id 3633937881207058601; Tue, 01 Apr 2008 07:03:21 -0700 Original-Received: from dradamslap1 (/141.144.88.109) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 01 Apr 2008 07:03:20 -0700 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: Thread-Index: AciT+AqnoQS5s/3IRKust7rv4c9gOQACMinA X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52940 Archived-At: > Is there a way to save the current position (by placing a bookmark or > in any other way) in a buffer that is not associated with a file? > Namely, I'm interested in w3m buffers, pdftotext output and text files > extracted from zip archives in zip-archive mode. Of course, besides > the text position (line number) such bookmarks should contain the > information on how the text was produced. http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_Multiple_Regions should help, but no info is saved about "how the text was produced".