Re: Consider removing newlines from org-insert-link help message

2024-01-18 Thread Ihor Radchenko
Salih Muhammed writes: > I see that the text has been updated after updating org at my end, > however, the issue of the stretch persists (see attachment). > > My version of org is at 571186631a09262abb58ca395f75b837bbb2 > > Org version gives: 9.7-??-5711866 Org does not add any extra

Re: Consider removing newlines from org-insert-link help message

2024-01-17 Thread Salih Muhammed
I see that the text has been updated after updating org at my end, however, the issue of the stretch persists (see attachment). My version of org is at 571186631a09262abb58ca395f75b837bbb2 Org version gives: 9.7-??-5711866 -- Regards, Salih

Re: Consider removing newlines from org-insert-link help message

2023-12-17 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Thanks! [...] Applied, onto main, with minor amendments. Thank you, Ihor. > I have removed redundant `cons' call in the `apply' and added proper > function quoting: #'format. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=664ffde14 Eagle eyes; one

Re: Consider removing newlines from org-insert-link help message

2023-12-11 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> You can just use `org-format-prompt'. > > TIL! Updated. > > Thank you! > > P.S. I have also updated the commit message. Thanks! Applied, onto main, with minor amendments. I have removed redundant `cons' call in the `apply' and added

Re: Consider removing newlines from org-insert-link help message

2023-12-10 Thread Rudolf Adamkovič
Ihor Radchenko writes: > You can just use `org-format-prompt'. TIL! Updated. Thank you! P.S. I have also updated the commit message. Rudy >From aa947b42186fca813d3fcc702f7f5daa554980f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Sun, 10 Dec 2023 00:51:31 +0100

Re: Consider removing newlines from org-insert-link help message

2023-12-10 Thread Ihor Radchenko
Rudolf Adamkovič writes: > From 7bc8e913af0972f0d6119e45d4ecaf80835f2277 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= > Date: Sun, 10 Dec 2023 00:51:31 +0100 > Subject: [PATCH] org-link: Prettify 'org-insert-link' > > * lisp/ol.el (org-insert-link): Update the UI with

Re: Consider removing newlines from org-insert-link help message

2023-12-09 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Patches welcome. Please, see the attached patch. > I see no obvious downsides. May as well. Done. > Currently, the minibuffer message is simply "Link: ". "Insert link:" > is also ok. Done. > Maybe "Press" rather than "Type". I went with "Type" to match other Emacs

Re: Consider removing newlines from org-insert-link help message

2023-10-20 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> What about replacing it with shorter description? > > +1 for making the message shorter, > > ... and while on it, perhaps also a bit clearer. Patches welcome. > - the key bindings are not propertized, and > - the entire buffer is writable. I see no obvious

Re: Consider removing newlines from org-insert-link help message

2023-10-20 Thread Rudolf Adamkovič
Salih Muhammed writes: > What about replacing it with shorter description? +1 for making the message shorter, ... and while on it, perhaps also a bit clearer. Also, - the key bindings are not propertized, and - the entire buffer is writable. > Insert a link. How about we say "Insert link:"

Re: Consider removing newlines from org-insert-link help message

2023-10-18 Thread Ihor Radchenko
Salih Muhammed writes: >> I am not sure. Your variant will be worse on smaller screens >> or terminals, when the line wrap may look more ugly for longer line. > > What about replacing it with shorter description? (Insert a link. Use TAB to complete link prefixes, then RET for type-specific

Re: Consider removing newlines from org-insert-link help message

2023-10-17 Thread Salih Muhammed
> I am not sure. Your variant will be worse on smaller screens > or terminals, when the line wrap may look more ugly for longer line. What about replacing it with shorter description? "Insert a link. Use TAB for prefixes completion, RET for type-specific completion" This is only 80

Re: Consider removing newlines from org-insert-link help message

2023-10-17 Thread Ihor Radchenko
Salih Muhammed writes: > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ol.el#n1856 > > (insert "Insert a link. > Use TAB to complete link prefixes, then RET for type-specific completion > support\n") > > This causes a stretch in the message buffer, which sometimes is

Consider removing newlines from org-insert-link help message

2023-10-17 Thread Salih Muhammed
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ol.el#n1856 (insert "Insert a link. Use TAB to complete link prefixes, then RET for type-specific completion support\n") This causes a stretch in the message buffer, which sometimes is being a little bit annoying, I'm