Re: [NTG-context] ntg-context Digest, Vol 60, Issue 25

2009-06-07 Thread 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, ntg-context-requ...@ntg.nl 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-requ...@ntg.nl

 You can reach the person managing the list at
ntg-context-ow...@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 ota...@gmail.com
 Subject: [NTG-context] Bug in mkiv math mode: missing \longrightarrow
 To: mailing list for ConTeXt users ntg-context@ntg.nl
 Message-ID: 670838dc-f3a0-472e-b178-f4f9b85f9...@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 hra...@fiee.net
 Subject: [NTG-context] LilyPond module 2009-06-05
 To: mailing ConTeXt users list for ntg-context@ntg.nl
 Message-ID: c4e18f24-4283-4a88-ab40-01654f581...@fiee.net
 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 pra...@wxs.nl
 Subject: Re: [NTG-context] Bug in treatment of spaces in mathmode mkiv
 To: mailing list for ConTeXt users ntg-context@ntg.nl
 Message-ID: 4a28d933.6000...@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

 

Re: [NTG-context] ntg-context Digest, Vol 60, Issue 25

2009-06-07 Thread Abhishek Seth
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 abhs...@gmail.com wrote:

 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, ntg-context-requ...@ntg.nl 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-requ...@ntg.nl

 You can reach the person managing the list at
ntg-context-ow...@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 ota...@gmail.com
 Subject: [NTG-context] Bug in mkiv math mode: missing \longrightarrow
 To: mailing list for ConTeXt users ntg-context@ntg.nl
 Message-ID: 670838dc-f3a0-472e-b178-f4f9b85f9...@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 hra...@fiee.net
 Subject: [NTG-context] LilyPond module 2009-06-05
 To: mailing ConTeXt users list for ntg-context@ntg.nl
 Message-ID: c4e18f24-4283-4a88-ab40-01654f581...@fiee.net
 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 pra...@wxs.nl
 Subject: Re: [NTG-context] Bug in treatment of spaces in mathmode mkiv
 To: mailing list for ConTeXt users ntg-context@ntg.nl
 Message-ID: 4a28d933.6000...@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

Re: [NTG-context] Scite startup script error

2008-04-09 Thread Abhishek Seth
On Wed, 2008-04-09 at 15:34 +0200, Mojca Miklavec wrote:
 On Tue, Apr 8, 2008 at 2:26 PM, Abhishek Seth wrote:
  Hi,
   It seems I have missing scite-ctx.lua. It is not present in the
   cont-tmf.zip which I had downloaded. I created an empty scite-ctx.lua to
   suppress the error message. Is this file meant to be created manually or
   a part of distribution (cont-tmf.zip)?
 
 That's a question for Hans. The minimals on the garden revealed that
 the file apparently disappeared form ConTeXt
 

Apparently cont-sci.zip (last modified 2008/03/24) available at
http://www.pragma-ade.com/dir?path=context/scite has this file. Is
scite-ctx.lua not supposed to be part of cont-tmp.zip any longer?

 find . | grep scite-ctx.lua
 ./2007.09.28/scripts/context/lua/scite-ctx.lua
 ./2007.09.14/scripts/context/lua/scite-ctx.lua
 # these were all the hits
 2007.12.05 doesn't include the file any more.
 
 This link confirms it, but with no explanation:
 http://wiki.contextgarden.net/Context_2007.12.05#Removed_files
 
 Mojca
 
 
Abhishek Seth wrote:
 Hi,

 After reinstalling the Scite 1.76 and putting the support files in
 place, I am getting the following error:

 attempt to call a string value
 Lua: error occured while loading startup script

 I don't know what it is. Can someone please help?
   
probably related to scite using lua 5 now; did you update to the
scite-ctx from the context distribution?

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


Re: [NTG-context] Scite startup script error

2008-04-09 Thread Abhishek Seth
On Wed, 2008-04-09 at 15:34 +0200, Mojca Miklavec wrote:
 On Tue, Apr 8, 2008 at 2:26 PM, Abhishek Seth wrote:
  Hi,
   It seems I have missing scite-ctx.lua. It is not present in the
   cont-tmf.zip which I had downloaded. I created an empty scite-ctx.lua to
   suppress the error message. Is this file meant to be created manually or
   a part of distribution (cont-tmf.zip)?
 
 That's a question for Hans. The minimals on the garden revealed that
 the file apparently disappeared form ConTeXt
 

Apparently cont-sci.zip (last modified 2008/03/24) available at
http://www.pragma-ade.com/dir?path=context/scite has this file. Is
scite-ctx.lua not supposed to be part of cont-tmp.zip any longer?

 find . | grep scite-ctx.lua
 ./2007.09.28/scripts/context/lua/scite-ctx.lua
 ./2007.09.14/scripts/context/lua/scite-ctx.lua
 # these were all the hits
 2007.12.05 doesn't include the file any more.
 
 This link confirms it, but with no explanation:
 http://wiki.contextgarden.net/Context_2007.12.05#Removed_files
 
 Mojca
 
 
Abhishek Seth wrote:
 Hi,

 After reinstalling the Scite 1.76 and putting the support files in
 place, I am getting the following error:

 attempt to call a string value
 Lua: error occured while loading startup script

 I don't know what it is. Can someone please help?
   
probably related to scite using lua 5 now; did you update to the
scite-ctx from the context distribution?

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


[NTG-context] Scite startup script error

2008-04-08 Thread Abhishek Seth
Hi,
It seems I have missing scite-ctx.lua. It is not present in the
cont-tmf.zip which I had downloaded. I created an empty scite-ctx.lua to
suppress the error message. Is this file meant to be created manually or
a part of distribution (cont-tmf.zip)?

Thanks


 Abhishek Seth wrote:
  Hi,
  
  After reinstalling the Scite 1.76 and putting the support files in
  place, I am getting the following error:
  
  attempt to call a string value
  Lua: error occured while loading startup script
  
  I don't know what it is. Can someone please help?
 
 probably related to scite using lua 5 now; did you update to the 
 scite-ctx from the context distribution?
 
 
 -
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
___


Re: [NTG-context] Scite startup script error

2008-04-07 Thread Abhishek Seth
I have updated lua to the latest version 5.1.3. And yes I have updated
to scite-ctx from the latest context distribution in the scite
directory.

On Sun, 2008-04-06 at 20:21 +0200, Hans Hagen wrote:
 Abhishek Seth wrote:
  Hi,
  
  After reinstalling the Scite 1.76 and putting the support files in
  place, I am getting the following error:
  
  attempt to call a string value
  Lua: error occured while loading startup script
  
  I don't know what it is. Can someone please help?
 
 probably related to scite using lua 5 now; did you update to the 
 scite-ctx from the context distribution?
 
 
 -
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
___


[NTG-context] Scite startup script error

2008-04-04 Thread Abhishek Seth
Hi,

After reinstalling the Scite 1.76 and putting the support files in
place, I am getting the following error:

attempt to call a string value
Lua: error occured while loading startup script

I don't know what it is. Can someone please help?

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


Re: [NTG-context] Arabic support for ConTeXt

2003-07-27 Thread Abhishek Seth
Sorry for my daftness. I forgot that.

On Sat, 26 Jul 2003, Willi Egger wrote:

 Hi,
 
 After unzipping the cont-tmf.zip did you run mktexlsr?
 
 Willi
 - Original Message -
 From: Abhishek Seth [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Hong Feng [EMAIL PROTECTED]
 Sent: Saturday, July 26, 2003 1:07 PM
 Subject: Re: [NTG-context] Arabic support for ConTeXt
 
 
 
  I am on Cygwin. I downloaded cont-tmp.zip(2003-7.21.22.16), and then
  tried texexec --make en. The command fails with the
  following message:
  [snip]
  ! I can't find file `prop-ini.tex`.
  l.265 \input prop-ini.tex
 
  [snip]
  Error: `pdfetex -ini -jobname=cont-en -progname=context *cont-en.ini'
 failed
 
  I've checked and found the referred file. Any clues?
 
  --
  Abhishek Seth
  alternate email: [EMAIL PROTECTED]
 
 
  ___
  ntg-context mailing list
  [EMAIL PROTECTED]
  http://www.ntg.nl/mailman/listinfo/ntg-context
 
  !DSPAM:3f22626b302952066613105
 
 
 
 ___
 ntg-context mailing list
 [EMAIL PROTECTED]
 http://www.ntg.nl/mailman/listinfo/ntg-context
 

-- 
Abhishek Seth
alternate email: [EMAIL PROTECTED]

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Arabic support for ConTeXt

2003-07-26 Thread Abhishek Seth
I am on Cygwin. I downloaded cont-tmp.zip(2003-7.21.22.16), and then
tried texexec --make en. The command fails with the
following message:
[snip]
! I can't find file `prop-ini.tex`.
l.265 \input prop-ini.tex

[snip]
Error: `pdfetex -ini -jobname=cont-en -progname=context *cont-en.ini' failed

I've checked and found the referred file. Any clues?

-- 
Abhishek Seth
alternate email: [EMAIL PROTECTED]


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context