ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* "e" sends error to bbedit
@ 2006-08-03 21:10 David Arnold
  2006-08-04  7:15 ` Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2006-08-03 21:10 UTC (permalink / raw)


All,

I have an error here:

\setupcolors[state=start]

\startuniqueMPgraphic{demo circle}
path p;
p:=fullcircle xscaled \overlaywidth yscaled \overlayheight;
fill p with color .85whwite;
draw p withpen pencircle scaled 2pt withcolor .625red;
\stopuniqueMPgraphic

\defineoverlay[demo circle][\uniqueMPgraphic{demo circle}]

\starttext

   \input tufte

   \framed[background=demo circle]{This text is overlayed.}

   \input tufte

\stoptext

When I press "e" at the question prompt when the compiles stop, vi  
opens the file overlay-mpgraph.mp and deposits me at the end of this  
file. What I'd rather have is to be taken to the line in overlay.tex  
in bbedit.

I tried this in my .bash_profile:

export TEXEDIT="bbedit +%d %s"

To no avail. Any other Mac users on this list have bbedit set up  
correctly?

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

* Re: "e" sends error to bbedit
  2006-08-03 21:10 "e" sends error to bbedit David Arnold
@ 2006-08-04  7:15 ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2006-08-04  7:15 UTC (permalink / raw)


David Arnold wrote:
> I tried this in my .bash_profile:
> 
> export TEXEDIT="bbedit +%d %s"
> 
> To no avail. Any other Mac users on this list have bbedit set up  
> correctly?

Perhaps it is not in the standard search path. Have you tried
adding a full path to bbedit?

Taco

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

end of thread, other threads:[~2006-08-04  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-03 21:10 "e" sends error to bbedit David Arnold
2006-08-04  7:15 ` Taco Hoekwater

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