ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Emacs24 + AucTeX + ConTeXt
@ 2016-10-28 13:04 Fabrice Couvreur
  2016-10-28 17:07 ` Mica Semrick
  0 siblings, 1 reply; 25+ messages in thread
From: Fabrice Couvreur @ 2016-10-28 13:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1718 bytes --]

Hello,
I just upgraded to emacs24 and am having problems compiling my files who
compiled perfectly with emacs23.
I installed AUCTeX with M-x-install package and that's it !
I deleted my old init.el file and start over !
The ~/.emacs.d only contains this :

fab @ debian: ~ $ cd .emacs.d /
fab @ debian: ~ / .emacs.d $ ls -l
total 8
drwx ------ 2 fab fab 4096 October 28 2:37 p.m. auto-save-list
drwxr-xr-x 5 fab fab 4096 October 28 2:26 p.m. ELPA
fab @ debian: ~ / $ .emacs.d

Consider the following file:
If I make a C-c C-c, all I get is the text in italics, the macro is not
compiled.
Thanks,
Fabrice

% macros=mkvi

\setupcolors[state=start]
\definecolor[MyColorB][c=0.00, m=0.62, y=1.00, k=0.00]
\definecolor[MyColorA][c=0.00, m=0.10, y=0.20, k=0.00]


\defineframedtext
  [MyDefinition]
  [before={\blank[line,halfline]},
   after={\blank},
   frame=off,
   background=MyFrame,
   width=\textwidth,
   height=fit,
   location=left,
   style=italic]

\defineoverlay
  [MyFrame]
  [\useMPgraphic{MyFrame}]

\definelabel
  [Définition]
  [headstyle=\bf\smallcaps]

\startuseMPgraphic{MyFrame}
    path b ;
    picture p ;
    p := textext.rt("\white\Définition") ;
    p := p shifted (2BodyFontSize,OverlayHeight-ypart center p+.25ExHeight)
;
    b := boundingbox p leftenlarged .5EmWidth rightenlarged .5EmWidth ;
    fill OverlayBox withcolor \MPcolor{MyColorA} ;
    fill b withcolor \MPcolor{MyColorB} ;
    draw leftboundary OverlayBox ;
    draw p ;
    setbounds currentpicture to OverlayBox ;
  \stopuseMPgraphic

\starttext
\startMyDefinition
\input knuth
\stopMyDefinition

\stoptext

%%% Local Variables:
%%% mode: context
%%% End:

[-- Attachment #1.2: Type: text/html, Size: 3876 bytes --]

[-- Attachment #2: ntg60.pdf --]
[-- Type: application/pdf, Size: 35507 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2016-10-31 16:40 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 13:04 Emacs24 + AucTeX + ConTeXt Fabrice Couvreur
2016-10-28 17:07 ` Mica Semrick
2016-10-28 21:57   ` Fabrice Couvreur
2016-10-28 22:28     ` Mica Semrick
2016-10-28 23:23     ` Michael Eidenbenz
2016-10-29  7:55       ` Fabrice Couvreur
2016-10-29 10:46         ` Michael Eidenbenz
2016-10-29 10:50           ` Michael Eidenbenz
2016-10-29 21:41             ` Fabrice Couvreur
2016-10-30  0:36               ` Michael Eidenbenz
2016-10-30  9:10                 ` Fabrice Couvreur
2016-10-30 10:07                   ` Michael Eidenbenz
2016-10-30 11:15               ` Tobias Berndt
2016-10-30 12:30                 ` Fabrice Couvreur
2016-10-30 13:26                   ` Peter Münster
2016-10-30 13:38                   ` Tobias Berndt
2016-10-31  9:04                     ` Fabrice Couvreur
2016-10-31  9:18                       ` Peter Münster
2016-10-31  9:37                         ` Fabrice Couvreur
2016-10-31 10:59                           ` Peter Münster
2016-10-31 13:16                             ` Fabrice Couvreur
2016-10-31 13:55                               ` Fabrice Couvreur
2016-10-31 14:22                                 ` Peter Münster
2016-10-31 16:40                                   ` Fabrice Couvreur
2016-10-29 10:19     ` Tobias Berndt

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).