emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* noweb syntax clashing with shell here document syntax
@ 2021-03-22 16:35 Sebastian Miele
  2021-03-22 18:43 ` Immanuel Litzroth
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Miele @ 2021-03-22 16:35 UTC (permalink / raw)
  To: emacs-orgmode

Hello!

The noweb syntax seems to clash with the syntax of here documents in
shell scripts.  In the block like

#+BEGIN_SRC shell :noweb yes
  echo a
  <<A>>
  echo b
#+END_SRC

everything following the line with the the noweb reference does not
get fontified properly.  I suspect that the problem already is known
for a long time.  Is that true?  If yes, what is the status of this
issue?  Is there a known workaround?

At least in ZSH it may very well be the case that a line ending with
'>>' never is valid, except in cases where something like an '<<A'
before it is not an opening of a here document.  So it possibly is
something that could be fixed in sh-script.el.  But I do not know
exactly.

Anybody who already knows more about this?

Best wishes
Sebastian


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

* Re: noweb syntax clashing with shell here document syntax
  2021-03-22 16:35 noweb syntax clashing with shell here document syntax Sebastian Miele
@ 2021-03-22 18:43 ` Immanuel Litzroth
  2021-03-23 10:32   ` Sebastian Miele
  0 siblings, 1 reply; 3+ messages in thread
From: Immanuel Litzroth @ 2021-03-22 18:43 UTC (permalink / raw)
  To: sebastian.miele; +Cc: emacs-orgmode Mailinglist

You can choose which delimiters signal noweb.
see the documentation of org-babel-noweb-wrap-start and
org-babel-noweb-wrap-end.
Immanuel

On Mon, Mar 22, 2021 at 5:35 PM Sebastian Miele
<sebastian.miele@gmail.com> wrote:
>
> Hello!
>
> The noweb syntax seems to clash with the syntax of here documents in
> shell scripts.  In the block like
>
> #+BEGIN_SRC shell :noweb yes
>   echo a
>   <<A>>
>   echo b
> #+END_SRC
>
> everything following the line with the the noweb reference does not
> get fontified properly.  I suspect that the problem already is known
> for a long time.  Is that true?  If yes, what is the status of this
> issue?  Is there a known workaround?
>
> At least in ZSH it may very well be the case that a line ending with
> '>>' never is valid, except in cases where something like an '<<A'
> before it is not an opening of a here document.  So it possibly is
> something that could be fixed in sh-script.el.  But I do not know
> exactly.
>
> Anybody who already knows more about this?
>
> Best wishes
> Sebastian
>


-- 
-- Researching the dual problem of finding the function that has a
given point as fixpoint.


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

* Re: noweb syntax clashing with shell here document syntax
  2021-03-22 18:43 ` Immanuel Litzroth
@ 2021-03-23 10:32   ` Sebastian Miele
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Miele @ 2021-03-23 10:32 UTC (permalink / raw)
  To: Immanuel Litzroth; +Cc: emacs-orgmode Mailinglist

Hi Immanuel,

Immanuel Litzroth <immanuel.litzroth@gmail.com> writes:

> You can choose which delimiters signal noweb.
> see the documentation of org-babel-noweb-wrap-start and
> org-babel-noweb-wrap-end.

Thank you!  That indeed should make my problem solvable in a perfect
way.

Best wishes
Sebastian


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

end of thread, other threads:[~2021-03-23 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 16:35 noweb syntax clashing with shell here document syntax Sebastian Miele
2021-03-22 18:43 ` Immanuel Litzroth
2021-03-23 10:32   ` Sebastian Miele

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).