X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=lurk.git;a=blobdiff_plain;f=lurk.el;h=675ec0ee5d95d8633949032638964e3857856227;hp=5b62ce7edaa04a82a85a3a2844873ab8d8c01d00;hb=943a2fbb17df9da6a47389e77082a889a552f588;hpb=8cb83e01497d93dbef96b59622864aeb63720c21 diff --git a/lurk.el b/lurk.el index 5b62ce7..675ec0e 100644 --- a/lurk.el +++ b/lurk.el @@ -351,8 +351,10 @@ portion of the source component of the message, as LURK doesn't use this.") "") 'face 'lurk-context 'read-only t) - (propertize (concat lurk-prompt-string " ") + (propertize lurk-prompt-string 'face 'lurk-prompt + 'read-only t) + (propertize " " ; Need this to be separate to mark it as rear-nonsticky 'read-only t 'rear-nonsticky t))) (set-marker-insertion-type lurk-input-marker nil))