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: Fri, 27 Sep 2019 08:45:37 -0400 Message-ID: References: <83lfubkonz.fsf@gnu.org> <834l0yl4gw.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="152693"; 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 Fri Sep 27 14:57:53 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 1iDpom-000dVv-Ks for ged-emacs-devel@m.gmane.org; Fri, 27 Sep 2019 14:57:53 +0200 Original-Received: from localhost ([::1]:49854 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDpok-0007tU-TW for ged-emacs-devel@m.gmane.org; Fri, 27 Sep 2019 08:57:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51822) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDpid-0001Cu-Dv for emacs-devel@gnu.org; Fri, 27 Sep 2019 08:51:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDpic-000191-4I for emacs-devel@gnu.org; Fri, 27 Sep 2019 08:51:30 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:1107) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iDpia-000187-GY; Fri, 27 Sep 2019 08:51:28 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 55B1010031E; Fri, 27 Sep 2019 08:45:40 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id C448B1002E2; Fri, 27 Sep 2019 08:45:38 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1569588338; bh=9l01PG3X8vZMcSEf03JYXm2e+JleDMWwSjoK+hfz7ic=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=LLHfBbuYtaSOo6DckqnK/5Z1XC+5OsDu8FluK3AC97BiExFsBN7wbdMc84l47W90z j8Bpi2UL3/eLQlNjVUew5pbn1WmDlQbQc2WNLDU3KfzUSbfh4LTpOyjskpsI0FKhl4 oqTPbIuS3Dz7DFPzM3soSTjBFKcPTEb8wdy1oQWqFxCGHzPhwoIFsA1faMtgNxYGM3 84azG56hsCy9BaE8YMD8oBnNHGcqarGSlwBBGWKQYFBdu3yLJ80sOyVWu4zYxrDWRc jnG4WQOpQVeF00of9ymxlI99+wZuIpsHtPE0vhnlaHA+lyd14k5UPxZiPKrAUVbdcr 73YtvUQlW2cjw== Original-Received: from pastel (107-179-151-143.cpe.teksavvy.com [107.179.151.143]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 80B49120442; Fri, 27 Sep 2019 08:45:38 -0400 (EDT) In-Reply-To: <834l0yl4gw.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 27 Sep 2019 07:59:11 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] 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:240327 Archived-At: > Starting Emacs from different directories for each session should > satisfy this use case. Indeed, as I said, you can always use "artificial" directories. It just seems like an unnatural restriction. > Although I don't think I understand why the email session needs > a desktop file anyway -- what important information is saved in that > desktop file? The shape and position of the frames, as well as a few files I use to handle the review of admissions requests (which are mostly processed via email exchanges). Stefan