From MacOSX-TeX@email.esm.psu.edu Sat Nov 30 21:32:52 2002
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Sat, 30 Nov 2002 20:00:43 -0500
Date: Sat, 30 Nov 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #498 - 11/30/02
From: "TeX on Mac OS X Mailing List" 
To: "TeX on Mac OS X Mailing List" 
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-transfer-encoding: quoted-printable
Sender: 
Precedence: Bulk
List-Software: LetterRip Pro 4.0 by LetterRip Software, LLC.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
Return-Path: MacOSX-TeX@email.esm.psu.edu
Message-ID: 
X-OriginalArrivalTime: 01 Dec 2002 01:00:43.0896 (UTC) FILETIME=[134B6780:01C298D5]

MacOSX-TeX Digest #498 - Saturday, November 30, 2002

  Re: [OS X TeX] New Version of Emacs
          by "Joseph C. Slater" 
  TeXShop 1.25
          by "Richard Koch" 
  Re: [OS X TeX] New Version of Emacs
          by "Cris Moore" 
  Re: [OS X TeX] New Version of Emacs
          by "Cris Moore" 
  Re: [OS X TeX] New Version of Emacs
          by "Rick Zaccone" 
  Inputting Chinese characters into English text?
          by "Aron Skrypeck" 


----------------------------------------------------------------------

Subject: Re: [OS X TeX] New Version of Emacs
From: "Joseph C. Slater" 
Date: Fri, 29 Nov 2002 20:45:04 -0500

Haqve you installed the security update yet? That version only runs if  
you have all apple updates installed. Go to the control panel, system  
update, and update now. THen reboot, and try emacs.
JS
On Friday, November 29, 2002, at 06:46  PM, Cris Moore wrote:

>
> Just confirmed that emacs quits just after I try to start it.
>
> - Cris
>
> -----------------------------------------------------------------------
> "Though your spelling is neanderthal and your reasoning a little naive,
> your instincts are profound." --- Henry Fool     Cris moore@santafe.edu
> -----------------------------------------------------------------------
>
> On Fri, 29 Nov 2002, Cris Moore wrote:
>
>>
>> OK, I installed it, but when I click on the icon nothing comes up;  
>> when
>> the icon is in my dock it "bounces", but then no new window opens,  
>> and the
>> Finder continues to be active.
>>
>>> From the Darwin command line, "emacs" just gives the Darwin version.
>>
>> What am I doing wrong?  I'm on system 10.2.2.
>>
>> - Cris Moore
>>
>> ---------------------------------------------------------------------- 
>> -
>> "Though your spelling is neanderthal and your reasoning a little  
>> naive,
>> your instincts are profound." --- Henry Fool     Cris  
>> moore@santafe.edu
>> ---------------------------------------------------------------------- 
>> -
>>
>> On Thu, 28 Nov 2002, Joseph C. Slater wrote:
>>
>>> FYI:
>>>
>>> I posted an emacs that works after the security update, and with
>>> Enrico's original enhancements, to
>>> http://www.esm.psu.edu/mac-tex/carbonemacs3.dmg
>>>
>>> Why the 3? Well, there are earlier versions for each time it broke  
>>> and
>>> had to be fixed.
>>>
>>>
>>> On Thursday, November 28, 2002, at 04:03  PM, Rick Zaccone wrote:
>>>
>>>> There is a new version of emacs available from the GNU Emacs for Mac
>>>> OS X page .  The direct download  
>>>> link
>>>> is
>>>>
>>>> >>> EmacsInstaller-21.3.50-2002-11-26.dmg.gz>.
>>>>
>>>> According to VersionTracker,
>>>>
>>>>     This build fixes a bug where Emacs needed a special build for  
>>>> each
>>>>     new version of the OS. This version should work with 10.2 and
>>>>     above.
>>>>
>>>> I haven't tried it yet because I'm away from my home machine.  I am
>>>> still waiting for Enrico Franconi's enhanced version.  This new
>>>> release should make his job easier.
>>>>
>>>> Rick
>>>>
>>>> -----------------------------------------------------
>>>> Mac TeX info, resources, and news can be found at:
>>>> 
>>>> -----------------------------------------------------
>>>> List archives can be found at:
>>>> 
>>>> -----------------------------------------------------
>>>> See message headers for list info.
>>>> -----------------------------------------------------
>>>>
>>> \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
>>> (+1) 937-775-5085
>>> http://www.cs.wright.edu/~jslater
>>>
>>>
>>> -----------------------------------------------------
>>> Mac TeX info, resources, and news can be found at:
>>> 
>>> -----------------------------------------------------
>>> List archives can be found at:
>>> 
>>> -----------------------------------------------------
>>> See message headers for list info.
>>> -----------------------------------------------------
>>>
>>>
>>
>>
>> -----------------------------------------------------
>> Mac TeX info, resources, and news can be found at:
>> 
>> -----------------------------------------------------
>> List archives can be found at:
>> 
>> -----------------------------------------------------
>> See message headers for list info.
>> -----------------------------------------------------
>>
>>
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
(+1) 937-775-5085
http://www.cs.wright.edu/~jslater


----------------------------------------------------------------------

Subject: TeXShop 1.25
From: "Richard Koch" 
Date: Sat, 30 Nov 2002 11:15:14 -0800

Folks,

TeXShop 1.25 is available at

	http://www.uoregon.edu/~koch/texshop

This version

	a) fixes the continuous spell-checking bug introduced with
		Jaguar syntax-coloring code

	b) fixes the occasional crash when selecting a left parentheses
		reported last week by Bruno Voisin

	c) improves selection of text between matching parentheses,
		as requested by Voisin. Click once on a parenthesis to
		place the cursor; click twice to select the parenthesis;
		click three times to select all text to the matching parenthesis

	d) adds a preference to set the width of tab stops

	e) modifies TeXShop so it no longer opens empty documents when
		activated from the Dock if the user has configured the program so
		it does not open an empty document on startup. Thanks to Gerben
		Wierda for pointing out the correct Cocoa call for this

	f) fixes template code so users can remove or rename template files;
		now TeXShop does what the documentation claims it always did!
		This bug fix is entirely due to Sarah Childers

	g) modifies editing so initial spaces behave as initial tabs did; if  
a line
		starts with spaces or tabs, the following lines start with these
		spaces or tabs until they are canceled. Nicolar Ojeda Bar provided
		code to do this for tabs; Martin Heusse  added the code for
		initial spaces.

Dick Koch
koch@math.uoregon.edu


----------------------------------------------------------------------

Subject: Re: [OS X TeX] New Version of Emacs
From: "Cris Moore" 
Date: Sat, 30 Nov 2002 13:17:56 -0700 (MST)


Checking with Software Update gives "No new software updates available".
(I have it check daily.)

Argh.

- Cris

-----------------------------------------------------------------------
"Though your spelling is neanderthal and your reasoning a little naive,
your instincts are profound." --- Henry Fool     Cris moore@santafe.edu
-----------------------------------------------------------------------

On Fri, 29 Nov 2002, Joseph C. Slater wrote:

> Haqve you installed the security update yet? That version only runs if
> you have all apple updates installed. Go to the control panel, system
> update, and update now. THen reboot, and try emacs.
> JS
> On Friday, November 29, 2002, at 06:46  PM, Cris Moore wrote:
>
> >
> > Just confirmed that emacs quits just after I try to start it.
> >
> > - Cris
> >
> > =
-----------------------------------------------------------------------
> > "Though your spelling is neanderthal and your reasoning a little =
naive,
> > your instincts are profound." --- Henry Fool     Cris =
moore@santafe.edu
> > =
-----------------------------------------------------------------------
> >
> > On Fri, 29 Nov 2002, Cris Moore wrote:
> >
> >>
> >> OK, I installed it, but when I click on the icon nothing comes up;
> >> when
> >> the icon is in my dock it "bounces", but then no new window opens,
> >> and the
> >> Finder continues to be active.
> >>
> >>> From the Darwin command line, "emacs" just gives the Darwin version.
> >>
> >> What am I doing wrong?  I'm on system 10.2.2.
> >>
> >> - Cris Moore
> >>
> >> =
----------------------------------------------------------------------
> >> -
> >> "Though your spelling is neanderthal and your reasoning a little
> >> naive,
> >> your instincts are profound." --- Henry Fool     Cris
> >> moore@santafe.edu
> >> =
----------------------------------------------------------------------
> >> -
> >>
> >> On Thu, 28 Nov 2002, Joseph C. Slater wrote:
> >>
> >>> FYI:
> >>>
> >>> I posted an emacs that works after the security update, and with
> >>> Enrico's original enhancements, to
> >>> http://www.esm.psu.edu/mac-tex/carbonemacs3.dmg
> >>>
> >>> Why the 3? Well, there are earlier versions for each time it broke
> >>> and
> >>> had to be fixed.
> >>>
> >>>
> >>> On Thursday, November 28, 2002, at 04:03  PM, Rick Zaccone wrote:
> >>>
> >>>> There is a new version of emacs available from the GNU Emacs for =
Mac
> >>>> OS X page .  The direct download
> >>>> link
> >>>> is
> >>>>
> >>>>  >>>> EmacsInstaller-21.3.50-2002-11-26.dmg.gz>.
> >>>>
> >>>> According to VersionTracker,
> >>>>
> >>>>     This build fixes a bug where Emacs needed a special build for
> >>>> each
> >>>>     new version of the OS. This version should work with 10.2 and
> >>>>     above.
> >>>>
> >>>> I haven't tried it yet because I'm away from my home machine.  I am
> >>>> still waiting for Enrico Franconi's enhanced version.  This new
> >>>> release should make his job easier.
> >>>>
> >>>> Rick
> >>>>
> >>>> -----------------------------------------------------
> >>>> Mac TeX info, resources, and news can be found at:
> >>>> 
> >>>> -----------------------------------------------------
> >>>> List archives can be found at:
> >>>> 
> >>>> -----------------------------------------------------
> >>>> See message headers for list info.
> >>>> -----------------------------------------------------
> >>>>
> >>> \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
> >>> (+1) 937-775-5085
> >>> http://www.cs.wright.edu/~jslater
> >>>
> >>>
> >>> -----------------------------------------------------
> >>> Mac TeX info, resources, and news can be found at:
> >>> 
> >>> -----------------------------------------------------
> >>> List archives can be found at:
> >>> 
> >>> -----------------------------------------------------
> >>> See message headers for list info.
> >>> -----------------------------------------------------
> >>>
> >>>
> >>
> >>
> >> -----------------------------------------------------
> >> Mac TeX info, resources, and news can be found at:
> >> 
> >> -----------------------------------------------------
> >> List archives can be found at:
> >> 
> >> -----------------------------------------------------
> >> See message headers for list info.
> >> -----------------------------------------------------
> >>
> >>
> >
> >
> > -----------------------------------------------------
> > Mac TeX info, resources, and news can be found at:
> > 
> > -----------------------------------------------------
> > List archives can be found at:
> > 
> > -----------------------------------------------------
> > See message headers for list info.
> > -----------------------------------------------------
> >
> \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
> (+1) 937-775-5085
> http://www.cs.wright.edu/~jslater
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>


----------------------------------------------------------------------

Subject: Re: [OS X TeX] New Version of Emacs
From: "Cris Moore" 
Date: Sat, 30 Nov 2002 13:20:17 -0700 (MST)


indeed, I've already installed Security Update 2002-11-21 1.0.

- Cris

-----------------------------------------------------------------------
"Though your spelling is neanderthal and your reasoning a little naive,
your instincts are profound." --- Henry Fool     Cris moore@santafe.edu
-----------------------------------------------------------------------

On Fri, 29 Nov 2002, Joseph C. Slater wrote:

> Haqve you installed the security update yet? That version only runs if
> you have all apple updates installed. Go to the control panel, system
> update, and update now. THen reboot, and try emacs.
> JS
> On Friday, November 29, 2002, at 06:46  PM, Cris Moore wrote:
>
> >
> > Just confirmed that emacs quits just after I try to start it.
> >
> > - Cris
> >
> > =
-----------------------------------------------------------------------
> > "Though your spelling is neanderthal and your reasoning a little =
naive,
> > your instincts are profound." --- Henry Fool     Cris =
moore@santafe.edu
> > =
-----------------------------------------------------------------------
> >
> > On Fri, 29 Nov 2002, Cris Moore wrote:
> >
> >>
> >> OK, I installed it, but when I click on the icon nothing comes up;
> >> when
> >> the icon is in my dock it "bounces", but then no new window opens,
> >> and the
> >> Finder continues to be active.
> >>
> >>> From the Darwin command line, "emacs" just gives the Darwin version.
> >>
> >> What am I doing wrong?  I'm on system 10.2.2.
> >>
> >> - Cris Moore
> >>
> >> =
----------------------------------------------------------------------
> >> -
> >> "Though your spelling is neanderthal and your reasoning a little
> >> naive,
> >> your instincts are profound." --- Henry Fool     Cris
> >> moore@santafe.edu
> >> =
----------------------------------------------------------------------
> >> -
> >>
> >> On Thu, 28 Nov 2002, Joseph C. Slater wrote:
> >>
> >>> FYI:
> >>>
> >>> I posted an emacs that works after the security update, and with
> >>> Enrico's original enhancements, to
> >>> http://www.esm.psu.edu/mac-tex/carbonemacs3.dmg
> >>>
> >>> Why the 3? Well, there are earlier versions for each time it broke
> >>> and
> >>> had to be fixed.
> >>>
> >>>
> >>> On Thursday, November 28, 2002, at 04:03  PM, Rick Zaccone wrote:
> >>>
> >>>> There is a new version of emacs available from the GNU Emacs for =
Mac
> >>>> OS X page .  The direct download
> >>>> link
> >>>> is
> >>>>
> >>>>  >>>> EmacsInstaller-21.3.50-2002-11-26.dmg.gz>.
> >>>>
> >>>> According to VersionTracker,
> >>>>
> >>>>     This build fixes a bug where Emacs needed a special build for
> >>>> each
> >>>>     new version of the OS. This version should work with 10.2 and
> >>>>     above.
> >>>>
> >>>> I haven't tried it yet because I'm away from my home machine.  I am
> >>>> still waiting for Enrico Franconi's enhanced version.  This new
> >>>> release should make his job easier.
> >>>>
> >>>> Rick
> >>>>
> >>>> -----------------------------------------------------
> >>>> Mac TeX info, resources, and news can be found at:
> >>>> 
> >>>> -----------------------------------------------------
> >>>> List archives can be found at:
> >>>> 
> >>>> -----------------------------------------------------
> >>>> See message headers for list info.
> >>>> -----------------------------------------------------
> >>>>
> >>> \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
> >>> (+1) 937-775-5085
> >>> http://www.cs.wright.edu/~jslater
> >>>
> >>>
> >>> -----------------------------------------------------
> >>> Mac TeX info, resources, and news can be found at:
> >>> 
> >>> -----------------------------------------------------
> >>> List archives can be found at:
> >>> 
> >>> -----------------------------------------------------
> >>> See message headers for list info.
> >>> -----------------------------------------------------
> >>>
> >>>
> >>
> >>
> >> -----------------------------------------------------
> >> Mac TeX info, resources, and news can be found at:
> >> 
> >> -----------------------------------------------------
> >> List archives can be found at:
> >> 
> >> -----------------------------------------------------
> >> See message headers for list info.
> >> -----------------------------------------------------
> >>
> >>
> >
> >
> > -----------------------------------------------------
> > Mac TeX info, resources, and news can be found at:
> > 
> > -----------------------------------------------------
> > List archives can be found at:
> > 
> > -----------------------------------------------------
> > See message headers for list info.
> > -----------------------------------------------------
> >
> \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
> (+1) 937-775-5085
> http://www.cs.wright.edu/~jslater
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>


----------------------------------------------------------------------

Subject: Re: [OS X TeX] New Version of Emacs
From: "Rick Zaccone" 
Date: Sat, 30 Nov 2002 16:16:01 -0500 (EST)

This version of emacs wouldn't work fore me either, and I have the
security update installed too.

Rick

>indeed, I've already installed Security Update 2002-11-21 1.0.

----------------------------------------------------------------------

Subject: Inputting Chinese characters into English text?
From: "Aron Skrypeck" 
Date: Sat, 30 Nov 2002 16:35:16 -0500

Hello,
I cannot find a way to input Chinese characters into English text in 
TeXShop or TeX. This seems such a simple thing to ask, and so easy to 
do in other applications on OS X. Have I missed a reference, or am I 
overlooking something really obvious?
I am using TeXShop with TeX. Have located what look like possible 
packages (the most likely thus far being the CJK package for LaTeX, at 
CTAN), but none of these appear to be an ``easy'' or fool proof 
installation (I am good at bungling the non-fool proof!).
Any suggestions or recommendations appreciated.
Thanks, Aron Skrypeck


----------------------------------------------------------------------
End of MacOSX-TeX Digest

-----------------------------------------------------
Mac TeX info, resources, and news can be found at:

-----------------------------------------------------
List archives can be found at:

-----------------------------------------------------
See message headers for list info.
-----------------------------------------------------