From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0EZ3-0007zz-KJ for guix-patches@gnu.org; Mon, 17 Apr 2017 17:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0EZ0-0002bm-IP for guix-patches@gnu.org; Mon, 17 Apr 2017 17:52:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0EZ0-0002ba-6F for guix-patches@gnu.org; Mon, 17 Apr 2017 17:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0EYz-0003rX-T2 for guix-patches@gnu.org; Mon, 17 Apr 2017 17:52:01 -0400 Subject: bug#26454: [PATCH 2/2] gnu: Add emacs-exwm. Resent-Message-ID: From: "Feng Shu" References: <20170417132743.5683-1-arunisaac@systemreboot.net> <87ziff5c70.fsf@163.com> <739d8f1b.AEAAJKmq_Q0AAAAAAAAAAAO0QTIAAAACwQwAAAAAAAW9WABY9Pog@mailjet.com> Date: Tue, 18 Apr 2017 05:51:37 +0800 In-Reply-To: <739d8f1b.AEAAJKmq_Q0AAAAAAAAAAAO0QTIAAAACwQwAAAAAAAW9WABY9Pog@mailjet.com> (Arun Isaac's message of "Mon, 17 Apr 2017 22:53:38 +0530") Message-ID: <87lgqy7lee.fsf@163.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26454@debbugs.gnu.org Arun Isaac writes: >> If possible, I suggest to do like this, user can use ~/.emacs or ~/.exwm.el >> to config exwm. if one need to switch different wm frequently, >> ~/.exwm.el may a better solution >> >> (progn >> (when (file-exists-p "~/.exwm.el") >> (load "~/.exwm.el")) >> (unless (featurep 'exwm) >> (require 'exwm) >> (require 'exwm-config) >> (exwm-config-default) >> (message "exwm configuration not found. Falling back to default configuration."))))) > > Yes, that's a good idea -- best of both worlds! Shall I make this change > and push? Are there any other changes? The rest are ok, in my opinion :-) --