bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46704: X clipboard is always empty with emacs server without emacscl


From: Parvesh Monu
Subject: bug#46704: X clipboard is always empty with emacs server without emacsclient running
Date: Mon, 22 Feb 2021 14:07:39 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

I have this template which captures clipboard content in file. It works fine when emacsclient is running, but if no client is running then server adds empty entry.

(add-to-list 'org-capture-templates
       '("x" "Clips" entry (file+headline "/home/user/desktop/clips" "Clips")
         "** %x" :immediate-finish t :prepend t))


System: 5.10.16-arch1-1
Desktop Environment: xfce
GNU Emacs 27.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]