d.henman | 1 Jul 2008 02:26
Picon

Re: run time crash encountered


Kenichi, 
   the fix you installed is successfull.  Thank you, I appreciate it.

  "cygwin" provides a port of the X Window System, called cygwin/X.  It Cygwin/X provides an X Server, X
libraries, and nearly all of the standard X clients.  This enables easier porting of software.  cygwin has
the fontconfig library which ftfont.c call
s.
  A good practical example, of cygwin is to put it and your favority tools and applications installed on a usb
memory stick, One can then sit down at any Windows machine and virtually defenestrate it, as least
temporarily, by using one's own cygwin envir
onment dll, X11, emacs, shells, and other tools, and maybe a game of go..

Regards,
   Darel Henman

Kenichi Handa <handa <at> m17n.org> wrote:
> I've just installed a fix.  But, as I have not tested `ftx'
> font-driver for a long time, please watch out.
> 
> BTW, I didn't know that ftx driver is usable on Windows.
>
> ---
> Kenichi Handa
> handa <at> ni.aist.go.jp
RE:
> "d.henman" <dhenman <at> gmail.com> writes:
> 
> > [1  <text/plain (7bit)>]
> > Background: 
(Continue reading)

Miles Bader | 1 Jul 2008 02:36
Picon
Gravatar

Re: line/wrap-prefix patch

Hmm, if there aren't any objections, I'll write a bit of documentation
and commit my patch.

-Miles

--

-- 
I'd rather be consing.

A Soare | 1 Jul 2008 02:49
Picon
Favicon

Re: An automaton for indenting the lisp code in linear time


What do you think about the code? Do I have any chance that the code be used?

In this case, what functions should I write? (indent-region, etc)...

I modified it a little and I send a new version.

A Soare.

____________________________________________________

Sur le mail Voila, vous pouvez personnaliser l’anti-spam ! http://mail.voila.fr
Attachment (indent.el): application/octet-stream, 8119 bytes
Kenichi Handa | 1 Jul 2008 03:04

Re: Fix UK spelling in comments and ChangeLog entries?

In article <20080630134328.GC2910 <at> muc.de>, Alan Mackenzie <acm <at> muc.de> writes:

> Hi, Kenichi,
> On Fri, Jun 27, 2008 at 09:16:25PM +0900, Kenichi Handa wrote:

> > Anyway, for me (a non native English speeker), the more helpful thing
> > is to standardise which word to use (e.g. remove/delete,
> > replace/substitute, accept/permit/allow, preserve/retain,
> > put/set/store, property/attribute, vector/array, go-to/move-to,
> > cancel/undo, etc.) :-p

> NO!!  Different words have different meanings.  For example, if you
> delete something, it's gone.  If you remove something, you can later put
> it back again.

It seems that Emacs doesn't use delete and remove in such a
way; deleted text by delete-region can be yanked, and the
docstring of remove-alist starts as:
             ^^^^^^
Delete an element whose car equals key from the alist bound to symbol.
^^^^^^

> You might substitute a fresh football player for a tired one, but you'd
> replace a broken light bulb (answer, it only takes one Emacs hacker to
> change a light bulb).

The docstring of substitute-key-definition starts as:
                 ^^^^^^^^^^
Replace olddef with newdef for any keys in keymap now defined as olddef.
^^^^^^^
(Continue reading)

Lennart Borgman (gmail | 1 Jul 2008 03:06
Picon
Gravatar

Re: An automaton for indenting the lisp code in linear time

A Soare wrote:
> What do you think about the code? Do I have any chance that the code be used?
> 
> In this case, what functions should I write? (indent-region, etc)...
> 
> I modified it a little and I send a new version.
> 
> 
> A Soare.

Maybe it would be good if you explained a bit more how to use the 
example code. (The example code seems to have difficulties with lines 
that have indentation 0.)

Kenichi Handa | 1 Jul 2008 03:34

Re: run time crash encountered

In article <20080701092610.2256 <at> blackhawk>, "d.henman" <dhenman <at> gmail.com> writes:

> Kenichi, 
>    the fix you installed is successfull.  Thank you, I appreciate it.

>   "cygwin" provides a port of the X Window System, called cygwin/X.  It Cygwin/X provides an X Server, X
libraries, and nearly all of the standard X clients.  This enables easier porting of software.  cygwin has
the fontconfig library which ftfont.c call
> s.

Doesn't xft not supported in cygwin?  Or you just don't
install it?  If configure finds Xft, Emacs should use xft
backend instead of ftx backend.

---
Kenichi Handa
handa <at> ni.aist.go.jp

A Soare | 1 Jul 2008 04:24
Picon
Favicon

Re: An automaton for indenting the lisp code in linear time

> 
> Maybe it would be good if you explained a bit more how to use the 
> example code. (The example code seems to have difficulties with lines 
> that have indentation 0.)
> 

For all: please report me problems , unconsidered cases, where the indent does not work. When I wrote it, I
tested it on a limited number (little) of examples.

This version works just on the examples that I tested. Today I realised that it did not work on all the uses of comments.

I attach again here my last version. The automaton is written long time ago, and yesterday I wrote just the
examples: consult the 2 examples to understand.

The examples are just suggestions to understand how it works:

I explain here for all to understand:

1. Put the text of the function you want to indent.

2. Put after the function that you want to indent this code (leave before the "(let" a space):

 (let (indent-lines
       state 
       (l (prog2 (beginning-of-line) (point))))
   (save-excursion (lisp-indent-automaton))
   indent-lines)

3. Evaluate this . You will get a list L whose (mapcar 'car L) is the correct indentation.

(Continue reading)

Eli Zaretskii | 1 Jul 2008 05:02
Picon

Re: [Emacs-diffs] Changes to emacs/leim/ChangeLog,v

> Date: Mon, 30 Jun 2008 22:41:40 +0200
> From: "Juanma Barranquero" <lekktu <at> gmail.com>
> Cc: emacs-devel <at> gnu.org
> 
> On Mon, Jun 30, 2008 at 21:46, Eli Zaretskii <eliz <at> gnu.org> wrote:
> 
> > Sounds like an off-by-one bug somewhere, on some buffer boundary.  But
> > I'm not sure I understand whether you think it's in Emacs or in CVSNT.
> 
> I don't know. I'd say that it is in Emacs, because I haven't updated
> CVSNT in a long time. But it is weird that it only seems to happen to
> me.

I always use "cvs up -kb", and I don't edit ChangeLog's for fixing
past entries.  That might explain why it never happened to me.

Juanma Barranquero | 1 Jul 2008 05:12
Picon
Gravatar

Re: [Emacs-diffs] Changes to emacs/leim/ChangeLog,v

On Tue, Jul 1, 2008 at 05:02, Eli Zaretskii <eliz <at> gnu.org> wrote:

> I always use "cvs up -kb"

Well, that would make a difference, because then the ChangeLog is sent
entirely, isn't it?

> and I don't edit ChangeLog's for fixing past entries.

The problem is not related to fixing past entries. It has happened to
me many times when just adding a new entry.

   Juanma

Glenn Morris | 1 Jul 2008 05:16
Picon

Re: preprocessing Makefile

Alexander Klimov wrote:

> On Mon, 23 Jul 2007, Alexander Klimov wrote:
>> I suspect that all this problems relate to GTK: I used .../soft-linux
>> as prefix for emacs for a long time and the only recent change was
>> that I installed new GTK into that directory. If I run configure with
>> --with-x-toolkit=lucid, the c-compilation runs smoothly
>
> The problem (`soft-1' instead of `soft-linux' [1]) is back, and now it
> does not allow me to bootstrap even with lucid:

Sorry about the huge delay. Hopefully this is fixed now.


Gmane