From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: calling desktop-read interactively Date: Thu, 26 Sep 2019 15:42:48 -0400 Message-ID: References: <83lfubkonz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="190395"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 26 21:43:35 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iDZfq-000nPj-7I for ged-emacs-devel@m.gmane.org; Thu, 26 Sep 2019 21:43:34 +0200 Original-Received: from localhost ([::1]:43950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDZfo-0005gU-Sr for ged-emacs-devel@m.gmane.org; Thu, 26 Sep 2019 15:43:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56472) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDZfD-0005fn-6N for emacs-devel@gnu.org; Thu, 26 Sep 2019 15:42:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDZfB-0003wP-Tp for emacs-devel@gnu.org; Thu, 26 Sep 2019 15:42:54 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:29554) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iDZfA-0003uv-HE; Thu, 26 Sep 2019 15:42:52 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 41B57100BC3; Thu, 26 Sep 2019 15:42:51 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id D11E91008CD; Thu, 26 Sep 2019 15:42:49 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1569526969; bh=sDMU2C44HVGMWB9ahEl2fnxE5Ojwf4ObCoBoBnrhFgo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=kqiL6o8Xo+Dai+bQQJjiywLxhpukla1S9FBT32lpKMmg7eNFwhBo472YgLpVloZLj aNJ8mUJEvbzgNTTWOQqg0XI/VsI7QuMT/+LB9cQ1INh56XgHljzuOzb9l0Bw+p+Le5 nrspLkGKmxs5HXUlej64/3P9s4mXp7Ct5jhqoRa1PNMtlAefn0zX6PRqg9yaUONIBY RLesaFWwfOTe7b1vty1/cQAI9MnmLBu4W9wIWIFsV1NI/OO8hA2pm9YAp8ifXKda8i nDNSXZdBd+4rVx/DdwtFZn6tryf5a6z1n/i1PRbynS18qH+rRWUkkKC44iqCuOJj4C Wrw9VzwAk7MlA== Original-Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 95248120330; Thu, 26 Sep 2019 15:42:49 -0400 (EDT) In-Reply-To: <83lfubkonz.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Sep 2019 19:28:16 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240317 Archived-At: >> if you have different "desktops" for different kinds of sessions >> (e.g. one for email, one for programming, ...) > Why would you want that, when Emacs has frames, and each frame can be > set up for different kinds of jobs? I always have 2 Emacs sessions running, one for email and one for programming. Each session uses many frames. I use separate sessions for them because I don't want to have one operation block the other (mostly: my email-session being blocked while sending/receiving messages). Stefan