Re: lua mode

2005-09-27 Thread Tomas Zerolo
On Tue, Sep 27, 2005 at 05:58:39PM -0400, Richard M. Stallman wrote: > Lua is a ``small language'' [...] > Is Lua mode a mode for editing programs written in Lua? > (The answer to that question is not self-evident.) Yes, I was unclear, sorry. Christian answered already to that. > If so, the o

Hello

2005-09-27 Thread xiao jun
Dear Sir/Madam, I am Mr.Xiao Jun,managinig director of HUAMAO ARTS AND CRAFTS Import/Export Corp.(HMARTS) we are a group of business men who deal on Art and Craft and export into the Canada/America and Europe, Asia,Australia. We are searching for representatives who can help us establish a medium o

Re: lua mode

2005-09-27 Thread Daniel Brockman
Christian, What Richard meant was ``Is Lua mode a mode for editing programs-written-in-Lua?'' but you interpreted it as ``Is Lua mode a mode-for-editing-programs written in Lua?'' Good one. :-) -- Daniel Brockman <[EMAIL PROTECTED]> ___ Em

HAVE YOUR VACATIONS ALLSET-ALL ABOUT THAILAND

2005-09-27 Thread thailand-online-reservation
  HIDEAWAY YOURSELF FROM ALL MESS  What's about a few days in Thailand??? If you are planning to spend a vacation, and if Thailand is one of your destination, www.allresortthailand.com, Thailand's on-line hotels and resorts reservation provider can have everything fixed. ++900 hotels and re

Re: lua mode

2005-09-27 Thread Christian Vogler
On a second reading, sorry, I may have misunderstood the question. > Is Lua mode a mode for editing programs written in Lua? > (The answer to that question is not self-evident.) Yes, lua-mode is for editing Lua programs. I don't know how widely the Emacs mode itself is used, but the language its

Re: lua mode

2005-09-27 Thread Christian Vogler
On Tuesday 27 September 2005 05:58 pm, Richard M. Stallman wrote: > Lua is a ``small language'' and its implementation, with a free license > (Lua 4.0 has its own, zlib-like, lua 5.0 is MIT). See e.g. > > Is Lua mode a mode for editing programs written in Lua? > (The answer to that question

Phajrmacy oversew

2005-09-27 Thread Meriel Wines
Hello, ACPLCVVUXMmereIAIlaeblovALAtnriepiLIGraiebetIURaxdnrexciaraSMAm ia $1$3$3.21.75.33 http://www.umgtj.musepower.com ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-

Re: [EMAIL PROTECTED]: Crash when loading a particular gif image]

2005-09-27 Thread Johan Bockgård
[EMAIL PROTECTED] (Kim F. Storm) writes: > Seems so. Does this patch give good results? Yes, after fixing a "." that got lost somehow: ! width = img->width = max (gif->SWidth, gif->Image.Left + gif->ImageWidth); ^^ -- Joh

Re: balance-windows again

2005-09-27 Thread Kim F. Storm
Lennart Borgman <[EMAIL PROTECTED]> writes: >>>Is there any possibility that access to the window split tree from >>>elisp could be implemented in Emacs? >> > A tree where the nodes are the splits and the leaves are the windows. > The following patch adds a window-split-tree function which return

Re: lua mode

2005-09-27 Thread Richard M. Stallman
Lua is a ``small language'' and its implementation, with a free license (Lua 4.0 has its own, zlib-like, lua 5.0 is MIT). See e.g. Is Lua mode a mode for editing programs written in Lua? (The answer to that question is not self-evident.) If so, the only question is whether it is used wide

Re: Should xemacs feature test be removed from url package?

2005-09-27 Thread Richard M. Stallman
If Bill Perry responds to me, I think it is best to see what he thinks about the question. If he doesn't respond, let's delete those conditionals. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: [EMAIL PROTECTED]: Crash when loading a particular gif image]

2005-09-27 Thread Kim F. Storm
"Göran Uddeborg" <[EMAIL PROTECTED]> writes: > Romain Francoise writes: >> Can you reproduce the bug with the latest Emacs sources from CVS? Your >> reports mention Emacs 21.3 an 21.4, this codebase is very old. > > I managed to find some time to do this test at last. Current CVS > emacs crashes

Need porcelain tile?

2005-09-27 Thread JACK
Dear Sir, My name is Jack, a supplier of porcelain tile. I offer the quality products with acceptable price. I recommend the following porcelain tile to you. Please visit the website below. http://trade930.xinwen365.com/vritified/ser1.htm Best Regards, Jack SkyB export co.,ltd __

Re: [EMAIL PROTECTED]: Crash when loading a particular gif image]

2005-09-27 Thread Göran Uddeborg
Romain Francoise writes: > Can you reproduce the bug with the latest Emacs sources from CVS? Your > reports mention Emacs 21.3 an 21.4, this codebase is very old. I managed to find some time to do this test at last. Current CVS emacs crashes too. I also tried to understand what the problem is.

Re: lua mode

2005-09-27 Thread Stefan Monnier
> I'm an user of Lua mode, written by Christian Vogler et al. Yesterday I > contacted him, asking what he thinks about integrating it into the Emacs > distribution. > He kindly answered that he would be fine with that but then would have to > hand off maintenance due to lack of time. So I offered

Re: jit-lock refontifies too much

2005-09-27 Thread Stefan Monnier
> That would be overly expensive. I rewrote all this with ppss, two > markers, a before-change-functions hook and without any text properties. > It seems to work but needs some further testing. > That is interesting. I would not have expected it to work. > However, this would require

Re: Should xemacs feature test be removed from url package?

2005-09-27 Thread Stefan Monnier
> Sounds like a total mess for XEmacs developers any which way. Unless > some XEmacs developer volunteers maintaining for the XEmacs parts, it > is not likely to be much of a help keeping them. How about tagging > the current state with something like url_with_xemacs, then moving > XEmacs support

emacs.rc version is currently at 21.3.50

2005-09-27 Thread Lennart Borgman
I think it needs updating. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: jit-lock refontifies too much

2005-09-27 Thread martin rudalics
> It would be better just to keep comparing until you reach a line that > previously was fontified. After all, the line that was not fontified > before certainly should get fontified, if it is on the screen. But a > subsequent line that was previously fontified may not need to be > changed. > T

Re: Toolbar patch (OS X)

2005-09-27 Thread David Reitter
On 27 Sep 2005, at 04:43, YAMAMOTO Mitsuharu wrote: And as a general note, please enclose Mac OS X specific parts in macfns.c and macterm.c with `#ifdef MAC_OSX' because these files are also used by Mac OS Classic. If I only knew what works and what won't work on Classic. By the way, I'd like

Re: Free modifier key assignment (OS X)

2005-09-27 Thread David Reitter
On 27 Sep 2005, at 04:45, YAMAMOTO Mitsuharu wrote: In particular, the option key works as the real option key if and only if it isn't mapped to any Emacs modifiers. (I.e., don't introduce the variable `mac-pass-option-to-system'.) Then the conditionals becomes much simpler. Note

Re: lua mode

2005-09-27 Thread Tomas Zerolo
Thanks, David for your comments. On Tue, Sep 27, 2005 at 09:20:47AM +0200, David Kastrup wrote: > [EMAIL PROTECTED] (Tomas Zerolo) writes: > > > I'm an user of Lua mode, written by Christian Vogler et > > al. [...] > You have to be aware that the package in the CVS will be distributed > as part

Re: lua mode

2005-09-27 Thread David Kastrup
[EMAIL PROTECTED] (Tomas Zerolo) writes: > I'm an user of Lua mode, written by Christian Vogler et > al. Yesterday I contacted him, asking what he thinks about > integrating it into the Emacs distribution. > > He kindly answered that he would be fine with that but then would > have to hand off mai