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

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

bug#57752: 28.1.91; emacsclient-mail.desktop doesn't work for me


From: Gregory Heytings
Subject: bug#57752: 28.1.91; emacsclient-mail.desktop doesn't work for me
Date: Fri, 16 Sep 2022 15:07:34 +0000


I'm not sure what you want to do

emacsclient \
 --function fun1 --function-args arg1 arg2 \
 --function fun2 --function-args arg3


But emacsclient doesn't have a --function / --function-args parameter? And why is the above easier / better than

emacsclient --eval '(progn (fun1 arg1 arg2) (fun2 arg3))'

?





reply via email to

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