Closed falsifian closed 2 years ago
As a workaround you can specify the editor in your config file. The format allows you to specify a list so the question of splitting on whitespace is avoided.
For $EDITOR I am unclear what "The Standard" is. I assume there is no proper defined standard and every program just does what they think is right. Or is there some UNIX/Linux (quasi) "standard" that is documented somewhere?
Thanks for the response. I was able to work around it. I'm not aware of any standard, but I think khard is the first place I noticed any trouble, which makes me suspect splitting on spaces is common.
(Anyway, I've switched editors and my current editing command doesn't need any extra arguments.)
I have
EDITOR=emacsclient -t
, which confuseskhard
:Other programs seem to handle this. I suggest splitting
$EDITOR
on spaces.