From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.devel Subject: Re: Fwd: Tabs for console. Date: Tue, 14 Dec 2010 17:25:47 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd101286bd9bb0497606f05 X-Trace: dough.gmane.org 1292340366 5204 80.91.229.12 (14 Dec 2010 15:26:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2010 15:26:06 +0000 (UTC) Cc: Emacs Dev To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 14 16:26:02 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PSWlN-0002Yr-Ek for ged-emacs-devel@m.gmane.org; Tue, 14 Dec 2010 16:26:01 +0100 Original-Received: from localhost ([127.0.0.1]:36826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSWlM-00080k-Fo for ged-emacs-devel@m.gmane.org; Tue, 14 Dec 2010 10:26:00 -0500 Original-Received: from [140.186.70.92] (port=34621 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSWlD-0007z2-5H for emacs-devel@gnu.org; Tue, 14 Dec 2010 10:25:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSWlB-00059V-JS for emacs-devel@gnu.org; Tue, 14 Dec 2010 10:25:50 -0500 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:52725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSWlB-00059I-Ge for emacs-devel@gnu.org; Tue, 14 Dec 2010 10:25:49 -0500 Original-Received: by gyg10 with SMTP id 10so475725gyg.0 for ; Tue, 14 Dec 2010 07:25:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=G5TfilzHmKIkVGPT6fF+Oz54kUaWmgdhE2Kwy2O88FQ=; b=IV6yB0ToHMpUTi7gG2bTk8lTPDYKGPSp3WrpB6IYr6Nq7fm+stWdH5JTZOF6j6Nsdo R5v4tp20RoaTMDijzmhLS6fkug6OQUC71mEfierJcsQ0b2kcua8PObgyWMDdG51tKlQX RdR6/0DuKCWLpEvfwBP0VLIKKResb4fB1RZiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dhKOKIXQg+Yie1+L9g+46/hEcK6k/FUgrPNJEiiXD0vW+Y+9jgrUHTXOFL1E/ax/it zCYbnJPQj4nzW4aDhN5vkvDXOY4AV5M7W3nHfA+jSa2oIWHSD6c9hKq0x99dyxcwsipZ yR8Tuep/rF1kd3lf6s6IHfvJ6jQeRuidN/HrE= Original-Received: by 10.151.42.16 with SMTP id u16mr8257320ybj.97.1292340348835; Tue, 14 Dec 2010 07:25:48 -0800 (PST) Original-Received: by 10.229.216.199 with HTTP; Tue, 14 Dec 2010 07:25:47 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133690 Archived-At: --000e0cd101286bd9bb0497606f05 Content-Type: text/plain; charset=UTF-8 Note that the functions provided by desktop.el can be implemented with a kind of tab that I could call "saved desktop". :init of this kind of tab looks for a saved file of configuration and restores it :deactivate saves the current configuration :activate restores the config :close asks whether to save the config into a file Alin. --000e0cd101286bd9bb0497606f05 Content-Type: text/html; charset=UTF-8 Note that the functions provided by desktop.el can be implemented with a kind of tab that I could call "saved desktop".

:init of this kind of tab looks for a saved file of configuration and restores it

:deactivate saves the current configuration

:activate restores the config

:close asks whether to save the config into a file



Alin.



--000e0cd101286bd9bb0497606f05--