|
|
Sponsor |
RE: what's integer() return for non integer string: msg#00016editors.jed.user
[mailto:owner-jed-users-l@xxxxxxxxxxxxxxxx] On Behalf Of John E. Davis >The statement is not complete. For example: > > try foo = integer("test"); > catch SyntaxError: foo = 0; > catch IOError: ... > Thanks John and Jörg Here is minor patch for ctags.sl --- ctags.sl.org 2006-02-17 11:31:51.000000000 +0800 +++ ctags.sl 2007-05-07 08:15:05.000000000 +0800 @@ -148,8 +148,9 @@ else { push_mark (); - eol (); - sinfo.line = integer (bufsubstr ()); + % eol (); + if (ffind (";")) + sinfo.line = integer (bufsubstr ()); } return sinfo; } Integer() seems not work "35; d" for example Thanks, Lechee
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: what's integer() return for non integer string, John E. Davis |
|---|---|
| Next by Date: | Re: ncurses support for Jed, G. Milde |
| Previous by Thread: | Re: what's integer() return for non integer string, John E. Davis |
| Next by Thread: | Re: Jörg's LaTeX mode r100, Jörg Sommer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|