[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26454: [PATCH 2/2] gnu: add emacs-exwm
From: |
tumashu |
Subject: |
bug#26454: [PATCH 2/2] gnu: add emacs-exwm |
Date: |
Mon, 17 Apr 2017 05:22:02 +0800 (CST) |
--
发自我的网易邮箱手机智能版
在 2017-04-17 04:53:46,"Arun Isaac" <address@hidden> 写道:
>
>> + (with-output-to-file exwm-default-session
>> + (lambda _
>> + (format #t
>> + "#!~a ~@
>> + export DISPLAY=:0 ~@
>> + ~a +SI:localuser:$USER ~@
>> + exec ~a --exit-with-session ~a -q --eval \"~a\" ~%"
>
>Can we drop the -q flag? If we use the -q flag, the user's ~/.emacs is
>not loaded. That means to use their editor, they'll have to start
>another emacs process leaving the first emacs process just for
>exwm. This need for two emacs processes is not nice.
exwm config can not enable when user use another wm, so in my opinion, putting
exwm config in. emacs
need emacs user do many work to avoid confilt
maybe adding (load ".emacs") to .exwm.el is a more simple
exwm-default-session is for exwm beginner or tester,
in my opinion
>
>> + sh-path xhost-path dbus-launch-path emacs-path
>> + (string-append
>> + "(if (file-exists-p \\\"~/.exwm.el\\\")"
>> + "(load \\\"~/.exwm.el\\\")"
>> + "(require 'exwm)"
>> + "(require 'exwm-config)"
>> + "(exwm-config-default)"
>> + "(message \\\"EXWM: ~/.exwm.el is not exist. "
>> + "use exwm fallback configure.\\\")"
>> + ")"))))
>
>This eval forces the user to put all exwm specific configuration in
>~/.exwm.el. Is it possible to work out some way to let the user keep all
>their configuration in the usual ~/.emacs, but still have some way for
>the default configuration to work out of the box without the user having
>to modify their ~/.emacs ?
i do not know, seem to have no easy way
>
>
>
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, (continued)
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/14
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Feng Shu, 2017/04/14
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/14
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, tumashu, 2017/04/14
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Feng Shu, 2017/04/15
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/15
- Message not available
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Feng Shu, 2017/04/15
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/16
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Feng Shu, 2017/04/16
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/16
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm,
tumashu <=
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, tumashu, 2017/04/16
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/17
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Ludovic Courtès, 2017/04/18
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/18
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/18
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, tumashu, 2017/04/23
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/28
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Ludovic Courtès, 2017/04/14
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Ludovic Courtès, 2017/04/16
- bug#26454: [PATCH 2/2] gnu: add emacs-exwm, Arun Isaac, 2017/04/16