From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian van der Neut Newsgroups: gmane.emacs.help Subject: Re: XEmacs feature missing in GNU Emacs? Date: Mon, 29 Apr 2013 20:47:55 +0200 Message-ID: References: <87li82icgp.fsf@nowhere.org> <871u9t7te9.fsf@nowhere.org> <8761z51f4z.fsf_-_@bzg.ath.cx> <87d2tdz17k.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b343f7eabce9904db845275 X-Trace: ger.gmane.org 1367261313 6627 80.91.229.3 (29 Apr 2013 18:48:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 18:48:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 20:48:32 2013 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 1UWt7X-0002Q7-HE for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 20:48:15 +0200 Original-Received: from localhost ([::1]:59050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWt7X-0000Ic-5Z for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 14:48:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWt7I-0000IL-9p for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 14:48:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWt7F-0007Bo-D6 for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 14:48:00 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:56806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWt7F-0007Bg-5K for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 14:47:57 -0400 Original-Received: by mail-la0-f47.google.com with SMTP id em20so2457101lab.6 for ; Mon, 29 Apr 2013 11:47:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=aL9XO9vX/VXHWXZyqEb1fTiUF/ZZskUhwR/c6cMWIfw=; b=SolyRM7IKJEZsjTiCP2TuSP/6S3N6zrmvrSRyQccAlzx1IdcTIJJi4DTysj9eC2/ZH WzpVzFL3U/QjhjPRWd8jecDHW+wYjUYUoC0edPTvpcef2vIlUWLNAlDSGgQI04QxODmk szB5CQqKNmJcUI7AioCCdfgU3XTX3j/xqk1knMxE4eNz3hcX2Le+0Q9C/xs5emwQsSlL 3EYUdsh/6Kcvw4hUVMoA6gmf1TN7pWmsjQe2WMT89ckv/xP+Ffyf2FhWkq5rpu9t70pG 5//bgV+YGENvFDR027DS625HpWpfrqUc71EAJbar83wBEWnBwx7xsb6jmrutmUgQOOip t1Zw== X-Received: by 10.112.150.2 with SMTP id ue2mr2583255lbb.85.1367261275998; Mon, 29 Apr 2013 11:47:55 -0700 (PDT) Original-Received: by 10.112.168.228 with HTTP; Mon, 29 Apr 2013 11:47:55 -0700 (PDT) In-Reply-To: <87d2tdz17k.fsf@bzg.ath.cx> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f 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:90410 Archived-At: --047d7b343f7eabce9904db845275 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Apr 29, 2013 at 7:38 PM, Bastien wrote: > Ian van der Neut writes: > > > But not with emacsclient :( but perhaps there's enough hints in there > > to fix that. > > You could use `select-frame-hook' and add a custom that saves > all buffers from all windows that are not currently active? > > (sorry, initial reply sent to Bastien only by accident) But that wouldn't work if I move the mouse to a non-emacs window am I right? Ian. -- One man's "magic" is another man's engineering. "Supernatural" is a null word. -- Excerpt from the notebooks of Lazarus Long, from Robert Heinlein's "Time Enough for Love" --047d7b343f7eabce9904db845275 Content-Type: text/html; charset=ISO-8859-1



On Mon, Apr 29, 2013 at 7:38 PM, Bastien <bzg@altern.org> wrote:
Ian van der Neut <ivdneut@gmail.com> writes:

> But not with emacsclient :( but perhaps there's enough hints in there
> to fix that.

You could use `select-frame-hook' and add a custom that saves
all buffers from all windows that are not currently active?


(sorry, initial reply sent to Bastien only by accident)

But that wouldn't work if I move the mouse to a non-emacs window am I right?

Ian.

--
One man's "magic" is another man's engineering. "Supernatural" is a null word.
-- Excerpt from the notebooks of Lazarus Long, from Robert Heinlein's "Time Enough for Love"
--047d7b343f7eabce9904db845275--