Re: [NTG-context] ntg-context Digest, Vol 60, Issue 25
Hi,
I have emacs 23.0.91.1 on Windows XP. I downloaded cedet-1.0pre6 and
followed the instructions in the file cedet-build.el, ie
1) M-x eval-buffer
2) M-x cedet-build-in-default-emacs
I get following status report from the build process:
CEDET BYTE COMPILATION STATUS:
Step 1: Byte compile EIEIO...not needed
Step 2: EDE Autloads...done.
Step 3: Semantic Autloads...done.
Step 4: SRecode Autloads...done.
Step 5: Load common/cedet.el ...done
Step 6: Turning on EDE ...
During step 6, i get the following message in the echo area: wrong type
argument: number-or-marker-p (2048 1 . 59092)
Could someone suggest a solution for this?
On Fri, Jun 5, 2009 at 3:30 PM,
Send ntg-context mailing list submissions to ntg-context@ntg.nl
To subscribe or unsubscribe via the World Wide Web, visit http://www.ntg.nl/mailman/listinfo/ntg-context or, via email, send a message with subject or body 'help' to ntg-context-request@ntg.nl
You can reach the person managing the list at ntg-context-owner@ntg.nl
When replying, please edit your Subject line so it is more specific than "Re: Contents of ntg-context digest..."
Today's Topics:
1. Bug in mkiv math mode: missing \longrightarrow (Otared Kavian) 2. LilyPond module 2009-06-05 (Henning Hraban Ramm) 3. Re: Bug in treatment of spaces in mathmode mkiv (Hans Hagen)
----------------------------------------------------------------------
Message: 1 Date: Fri, 5 Jun 2009 10:08:45 +0200 From: Otared Kavian
Subject: [NTG-context] Bug in mkiv math mode: missing \longrightarrow To: mailing list for ConTeXt users Message-ID: <670838DC-F3A0-472E-B178-F4F9B85F9CDA@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Hi Hans,
Testing your last night's beta, LuaTeX, Version beta-0.40.1-2009050813 (Web2C 7.5.7) ConTeXt ver: 2009.06.04 22:20 MKIV fmt: 2009.6.4 int: english/ english I noticed that \longrightarrow is missing in mkiv, while everything is correct in mkii. Here is a minimal example:
%%% begin example \starttext Consider a continuous function $f : (0,1) \longrightarrow E$, where $E $ is a Banach space, as above.
Consider a continuous function $f : (0,1) \rightarrow E$, where $E$ is a Banach space, as above. \stoptext
%%% end example
In mkiv nothing appears for \longrightarrow, although the typesetting goes through.
Thanks for your attention: OK
------------------------------
Message: 2 Date: Fri, 5 Jun 2009 10:19:28 +0200 From: Henning Hraban Ramm
Subject: [NTG-context] LilyPond module 2009-06-05 To: mailing ConTeXt users list for Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Just released the latest version with some fixes: - pstopdf is only called if there's no pdf created (seems like LilyPond creates PDFs by itself even in EPS mode now) - before trying to move a file, the target gets deleted if it already exists - some more code cleanup
Is someone in need of a MkII version? (I could make that, but only without the file system features.)
BTW Mojca is planning for a general tempdir feature for all modules; probably the setup syntax will change a bit if it's ready.
Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
------------------------------
Message: 3 Date: Fri, 05 Jun 2009 10:37:07 +0200 From: Hans Hagen
Subject: Re: [NTG-context] Bug in treatment of spaces in mathmode mkiv To: mailing list for ConTeXt users Message-ID: <4A28D933.6000603@wxs.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Aditya Mahajan wrote:
colon needs a bit more care. The literal : should be a mathrel, while \colon should be a punctuation. I do not know how to set this using mathspec.
hm, we had two mathname=colon's, so i removed the 0x003A
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | 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://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
End of ntg-context Digest, Vol 60, Issue 25 *******************************************
Please ignore the previous mail... Accidentally sent to the wrong mailing
list.
Regards
Abhishek
On Sun, Jun 7, 2009 at 9:40 PM, Abhishek Seth
Hi,
I have emacs 23.0.91.1 on Windows XP. I downloaded cedet-1.0pre6 and followed the instructions in the file cedet-build.el, ie 1) M-x eval-buffer 2) M-x cedet-build-in-default-emacs
I get following status report from the build process:
CEDET BYTE COMPILATION STATUS:
Step 1: Byte compile EIEIO...not needed Step 2: EDE Autloads...done. Step 3: Semantic Autloads...done. Step 4: SRecode Autloads...done. Step 5: Load common/cedet.el ...done Step 6: Turning on EDE ...
During step 6, i get the following message in the echo area: wrong type argument: number-or-marker-p (2048 1 . 59092)
Could someone suggest a solution for this?
On Fri, Jun 5, 2009 at 3:30 PM,
wrote: Send ntg-context mailing list submissions to ntg-context@ntg.nl
To subscribe or unsubscribe via the World Wide Web, visit http://www.ntg.nl/mailman/listinfo/ntg-context or, via email, send a message with subject or body 'help' to ntg-context-request@ntg.nl
You can reach the person managing the list at ntg-context-owner@ntg.nl
When replying, please edit your Subject line so it is more specific than "Re: Contents of ntg-context digest..."
Today's Topics:
1. Bug in mkiv math mode: missing \longrightarrow (Otared Kavian) 2. LilyPond module 2009-06-05 (Henning Hraban Ramm) 3. Re: Bug in treatment of spaces in mathmode mkiv (Hans Hagen)
----------------------------------------------------------------------
Message: 1 Date: Fri, 5 Jun 2009 10:08:45 +0200 From: Otared Kavian
Subject: [NTG-context] Bug in mkiv math mode: missing \longrightarrow To: mailing list for ConTeXt users Message-ID: <670838DC-F3A0-472E-B178-F4F9B85F9CDA@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Hi Hans,
Testing your last night's beta, LuaTeX, Version beta-0.40.1-2009050813 (Web2C 7.5.7) ConTeXt ver: 2009.06.04 22:20 MKIV fmt: 2009.6.4 int: english/ english I noticed that \longrightarrow is missing in mkiv, while everything is correct in mkii. Here is a minimal example:
%%% begin example \starttext Consider a continuous function $f : (0,1) \longrightarrow E$, where $E $ is a Banach space, as above.
Consider a continuous function $f : (0,1) \rightarrow E$, where $E$ is a Banach space, as above. \stoptext
%%% end example
In mkiv nothing appears for \longrightarrow, although the typesetting goes through.
Thanks for your attention: OK
------------------------------
Message: 2 Date: Fri, 5 Jun 2009 10:19:28 +0200 From: Henning Hraban Ramm
Subject: [NTG-context] LilyPond module 2009-06-05 To: mailing ConTeXt users list for Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Just released the latest version with some fixes: - pstopdf is only called if there's no pdf created (seems like LilyPond creates PDFs by itself even in EPS mode now) - before trying to move a file, the target gets deleted if it already exists - some more code cleanup
Is someone in need of a MkII version? (I could make that, but only without the file system features.)
BTW Mojca is planning for a general tempdir feature for all modules; probably the setup syntax will change a bit if it's ready.
Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
------------------------------
Message: 3 Date: Fri, 05 Jun 2009 10:37:07 +0200 From: Hans Hagen
Subject: Re: [NTG-context] Bug in treatment of spaces in mathmode mkiv To: mailing list for ConTeXt users Message-ID: <4A28D933.6000603@wxs.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Aditya Mahajan wrote:
colon needs a bit more care. The literal : should be a mathrel, while \colon should be a punctuation. I do not know how to set this using mathspec.
hm, we had two mathname=colon's, so i removed the 0x003A
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | 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://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
End of ntg-context Digest, Vol 60, Issue 25 *******************************************
participants (1)
-
Abhishek Seth