all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Incorrectly indented form in Elisp manual
@ 2022-10-15  6:14 Akib Azmain Turja
  2022-10-15  7:45 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Akib Azmain Turja @ 2022-10-15  6:14 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]


In Info, 24.6.2 Search-based Fontification:

--8<---------------cut here---------------start------------->8---
          (ANCHORED-MATCHER PRE-FORM POST-FORM
                                  SUBEXP-HIGHLIGHTERS...)
--8<---------------cut here---------------end--------------->8---

This is the result of this:

--8<---------------cut here---------------start------------->8---
(@var{anchored-matcher} @var{pre-form} @var{post-form}
                        @var{subexp-highlighters}@dots{})
--8<---------------cut here---------------end--------------->8---

Which should be this to format the output correctly on Info (and
probably on the book too):

--8<---------------cut here---------------start------------->8---
(@var{anchored-matcher} @var{pre-form} @var{post-form}
                  @var{subexp-highlighters}@dots{})
--8<---------------cut here---------------end--------------->8---

-- 
Akib Azmain Turja

Find me on Mastodon at @akib@hostux.social, and on Codeberg (user
"akib").

This message is signed by me with my GnuPG key.  Its fingerprint is:

    7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Incorrectly indented form in Elisp manual
  2022-10-15  6:14 Incorrectly indented form in Elisp manual Akib Azmain Turja
@ 2022-10-15  7:45 ` Eli Zaretskii
  2022-10-15 14:11   ` Akib Azmain Turja
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2022-10-15  7:45 UTC (permalink / raw)
  To: Akib Azmain Turja; +Cc: emacs-devel

> From: Akib Azmain Turja <akib@disroot.org>
> Date: Sat, 15 Oct 2022 12:14:17 +0600
> 
> In Info, 24.6.2 Search-based Fontification:
> 
> --8<---------------cut here---------------start------------->8---
>           (ANCHORED-MATCHER PRE-FORM POST-FORM
>                                   SUBEXP-HIGHLIGHTERS...)
> --8<---------------cut here---------------end--------------->8---
> 
> This is the result of this:
> 
> --8<---------------cut here---------------start------------->8---
> (@var{anchored-matcher} @var{pre-form} @var{post-form}
>                         @var{subexp-highlighters}@dots{})
> --8<---------------cut here---------------end--------------->8---
> 
> Which should be this to format the output correctly on Info (and
> probably on the book too):
> 
> --8<---------------cut here---------------start------------->8---
> (@var{anchored-matcher} @var{pre-form} @var{post-form}
>                   @var{subexp-highlighters}@dots{})
> --8<---------------cut here---------------end--------------->8---

Thanks.  I find no reason for wrapping this between two lines, so I
just made it a single line.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Incorrectly indented form in Elisp manual
  2022-10-15  7:45 ` Eli Zaretskii
@ 2022-10-15 14:11   ` Akib Azmain Turja
  0 siblings, 0 replies; 3+ messages in thread
From: Akib Azmain Turja @ 2022-10-15 14:11 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1488 bytes --]

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Akib Azmain Turja <akib@disroot.org>
>> Date: Sat, 15 Oct 2022 12:14:17 +0600
>> 
>> In Info, 24.6.2 Search-based Fontification:
>> 
>> --8<---------------cut here---------------start------------->8---
>>           (ANCHORED-MATCHER PRE-FORM POST-FORM
>>                                   SUBEXP-HIGHLIGHTERS...)
>> --8<---------------cut here---------------end--------------->8---
>> 
>> This is the result of this:
>> 
>> --8<---------------cut here---------------start------------->8---
>> (@var{anchored-matcher} @var{pre-form} @var{post-form}
>>                         @var{subexp-highlighters}@dots{})
>> --8<---------------cut here---------------end--------------->8---
>> 
>> Which should be this to format the output correctly on Info (and
>> probably on the book too):
>> 
>> --8<---------------cut here---------------start------------->8---
>> (@var{anchored-matcher} @var{pre-form} @var{post-form}
>>                   @var{subexp-highlighters}@dots{})
>> --8<---------------cut here---------------end--------------->8---
>
> Thanks.  I find no reason for wrapping this between two lines, so I
> just made it a single line.

Great!  That will be easier to read.

-- 
Akib Azmain Turja

Find me on Mastodon at @akib@hostux.social, and on Codeberg (user
"akib").

This message is signed by me with my GnuPG key.  Its fingerprint is:

    7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-15 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-15  6:14 Incorrectly indented form in Elisp manual Akib Azmain Turja
2022-10-15  7:45 ` Eli Zaretskii
2022-10-15 14:11   ` Akib Azmain Turja

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.