ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen via ntg-context <ntg-context@ntg.nl>
To: Pablo Rodriguez via ntg-context <ntg-context@ntg.nl>
Cc: Hans Hagen <j.hagen@freedom.nl>
Subject: Re: two issues with \sciteinlinebuffer
Date: Thu, 7 Jul 2022 23:30:41 +0200	[thread overview]
Message-ID: <9de30307-10eb-0b44-6b8a-c0c8b4037b34@freedom.nl> (raw)
In-Reply-To: <a9385db9-2fb1-6bf2-9135-c48f3f496252@gmx.es>

On 7/7/2022 6:19 PM, Pablo Rodriguez via ntg-context wrote:
> Hi Hans,
> 
> many thanks for the new release.
> 
> I experience two issues with scite buffers:
> 
>    \usemodule[scite]
>    \setuptyping[margin=yes]
>    \starttext
>    \startbuffer[b]b\stopbuffer
>    \startTEXpage[offset=1em]
>    no margin
> 
>    a \sciteinlinebuffer[none][b] a
> 
>    a \typeinlinebuffer[b][option] a
>    \stopTEXpage
>    \stoptext
> 
> 1. Margin is applied to \sciteinlinebuffer.
> 
> 2. An extra unwanted space is added after \sciteinlinebuffer.
> 
> Isn’t it intended that \sciteinlinebuffer behaves in a similar way as
> \typeinlinebuffer?
> 
> Many thanks for your help and your excellent work,
\unexpanded\def\module_scite_buffer[#1][#2]%
   {\begingroup
    \setcatcodetable\ctxcatcodes % needed in xml
    \ifsecondargument
      \clf_scitelexbuffer{#2}{#1}%
    \else
      \clf_scitelexbuffer{#1}{tex}%
    \fi
    \tt
    \installscitecommandsdisplay
    \module_scite_inherit_typing
    \dontcomplain
    \raggedright
    \startscitelines
    \getbuffer[lex]
    \stopscitelines
    \endgroup}

some day i need to make an lmtx version (less code)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2022-07-07 21:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 16:19 Pablo Rodriguez via ntg-context
2022-07-07 21:30 ` Hans Hagen via ntg-context [this message]
2022-07-08 17:51   ` Pablo Rodriguez via ntg-context
2022-07-09  6:42     ` Hans Hagen via ntg-context
2022-07-09  8:05       ` Pablo Rodriguez via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9de30307-10eb-0b44-6b8a-c0c8b4037b34@freedom.nl \
    --to=ntg-context@ntg.nl \
    --cc=j.hagen@freedom.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).