From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Umi Newsgroups: gmane.emacs.help Subject: Re: save all emacs buffers Date: Thu, 29 Jun 2006 04:35:23 +0900 Message-ID: <44A2D9FB.3020504@gmail.com> References: <1151041571.608902.270370@u72g2000cwu.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1156550107==" X-Trace: sea.gmane.org 1151523518 14425 80.91.229.2 (28 Jun 2006 19:38:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 19:38:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 28 21:38:35 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fvfr5-0000aW-JW for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jun 2006 21:37:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvfr5-0007Qs-3k for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jun 2006 15:37:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fvfqs-0007QO-2u for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 15:37:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fvfqm-0007Pc-V4 for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 15:37:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvfqm-0007PZ-RT for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 15:37:24 -0400 Original-Received: from [64.233.166.178] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fvg3A-0006gS-Ss for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 15:50:13 -0400 Original-Received: by py-out-1112.google.com with SMTP id 39so2895443pyu for ; Wed, 28 Jun 2006 12:35:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type; b=geg/bFyur53BysYvLods6PA0moLSe7+zWzjhUKv15zNN5U2BWwxWVUky0IDCf6VU6eWgmcYtquEiHbdjTIXb8h1MzBzcQIFUg32zFX6xq2PYl9gI7Bg//jfMTYOTJjzVpjpwqL67r1AHemaJYT1iSPfnuT3XLYVpDwFCRex4XdQ= Original-Received: by 10.35.129.19 with SMTP id g19mr561230pyn; Wed, 28 Jun 2006 12:35:42 -0700 (PDT) Original-Received: from ?61.83.12.194? ( [61.83.12.194]) by mx.gmail.com with ESMTP id a75sm2296095pyf.2006.06.28.12.35.40; Wed, 28 Jun 2006 12:35:41 -0700 (PDT) User-Agent: Thunderbird 1.5.0.4 (X11/20060614) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <1151041571.608902.270370@u72g2000cwu.googlegroups.com> 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:35712 Archived-At: This is a multi-part message in MIME format. --===============1156550107== Content-Type: multipart/alternative; boundary="------------060906050802050409020001" This is a multi-part message in MIME format. --------------060906050802050409020001 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thanks The desktop.el is useful to me. And I need one more thing. The desktop.el do not save 'emacs-w3m' buffers. Is it possible to save 'emacs-w3m' buffers in desktop.el or in any way? Thanks. pluskid wrote: > maybe desktop.el will meet your need. BTW, it is better to use it with > session.el which save your local variables and registers etc. of your > buffers. > Umi wrote: > >> Is it possible that save the emacs buffers to use later? >> >> Mozilla firefox browser can save all tabs with 'Bookmark All Tabs'. So I >> can back to the task without some saving. >> >> Is it possible in emacs, many buffer is opened in emacs >> >> I need to turn off the computer now. I need a tool like 'Bookmark All >> Tabs' to continue the task later without to save each buffer and to note >> each buffer's name. >> >> thanks >> > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > > --------------060906050802050409020001 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks
The desktop.el is useful to me. And I need one more thing.

The desktop.el do not save 'emacs-w3m' buffers.

Is it possible to save 'emacs-w3m' buffers in desktop.el or in any way?

Thanks.

pluskid wrote:
maybe desktop.el will meet your need. BTW, it is better to use it with
session.el which save your local variables and registers etc. of your
buffers.
Umi wrote:
  
Is it possible that save the emacs buffers to use later?

Mozilla firefox browser can save all tabs with 'Bookmark All Tabs'. So I
can back to the task without some saving.

Is it possible in emacs, many buffer is opened in emacs

I need to turn off the computer now. I need a tool like 'Bookmark All
Tabs' to continue the task later without to save each buffer and to note
each buffer's name.

thanks
    

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  

--------------060906050802050409020001-- --===============1156550107== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============1156550107==--