From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "srdjan.markovich@gmail.com" Newsgroups: gmane.emacs.help Subject: Re: How to save dred duffer? Date: Sun, 24 Jun 2007 16:44:20 -0000 Organization: http://groups.google.com Message-ID: <1182703460.960165.238350@o61g2000hsh.googlegroups.com> References: <1182675144.458123.180750@c77g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1182706845 16671 80.91.229.12 (24 Jun 2007 17:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2007 17:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 24 19:40:43 2007 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 1I2W4i-0001Dr-E0 for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Jun 2007 19:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2W4h-0000ln-RA for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Jun 2007 13:40:35 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!news.glorb.com!postnews.google.com!o61g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 212.200.221.181 Original-X-Trace: posting.google.com 1182703461 18650 127.0.0.1 (24 Jun 2007 16:44:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 24 Jun 2007 16:44:21 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.21 (Windows NT 5.1; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o61g2000hsh.googlegroups.com; posting-host=212.200.221.181; posting-account=Fx5m5w0AAABt6rFtx4yA2a9xNEa9aoQu Original-Xref: shelby.stanford.edu gnu.emacs.help:149663 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:45252 Archived-At: On Jun 24, 3:54 pm, "Drew Adams" wrote: > > Is it possible to save dired buffer in order to reuse it in latter > > sessions? I know that I can save all opened buffers using desktop.el > > script. But it saves everything. > > I want to be able to save only one dired buffer and to give it > > specific filename so I can open it and continue work latter... > > You can save a bookmark to that directory, so that opening that bookmark > later (e.g. in a future Emacs session) will open Dired on that directory. > See the Emacs manual about bookmarks. Wow! I didn't know about the power of bookmarks!!! Thank you very much for this tip. Best regards