[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch: Syntax and Hard Newlines
From: |
Richard Stallman |
Subject: |
Re: Patch: Syntax and Hard Newlines |
Date: |
Wed, 22 Nov 2006 08:15:42 -0500 |
(setq parse-sexp-lookup-properties t
old-time (current-time))
(emacs-lisp-mode)
(setq time-diff (time-subtract (current-time)
old-time))))
I don't think that is a real test, because merely enabling Emacs Lisp
mode does not parse anything. You need to do some parsing
across the buffer.
- Re: Patch: Syntax and Hard Newlines, (continued)
- Re: Patch: Syntax and Hard Newlines, David Kastrup, 2006/11/26
- Re: Patch: Syntax and Hard Newlines, martin rudalics, 2006/11/20
- Re: Patch: Syntax and Hard Newlines, David Kastrup, 2006/11/20
- Re: Patch: Syntax and Hard Newlines, Herbert Euler, 2006/11/20
- Re: Patch: Syntax and Hard Newlines, martin rudalics, 2006/11/20
- Re: Patch: Syntax and Hard Newlines, Stefan Monnier, 2006/11/18
- Re: Patch: Syntax and Hard Newlines, Richard Stallman, 2006/11/19
- Re: Patch: Syntax and Hard Newlines, Stefan Monnier, 2006/11/19
- Re: Patch: Syntax and Hard Newlines, Richard Stallman, 2006/11/20
- Re: Patch: Syntax and Hard Newlines, Herbert Euler, 2006/11/20
- Re: Patch: Syntax and Hard Newlines,
Richard Stallman <=
- Re: Patch: Syntax and Hard Newlines, Herbert Euler, 2006/11/22
- Re: Patch: Syntax and Hard Newlines, Richard Stallman, 2006/11/25
- Re: Patch: Syntax and Hard Newlines, Stefan Monnier, 2006/11/26
- Re: Patch: Syntax and Hard Newlines, Herbert Euler, 2006/11/28
- Re: Patch: Syntax and Hard Newlines, Herbert Euler, 2006/11/28
- Re: Patch: Syntax and Hard Newlines, Stefan Monnier, 2006/11/28
- Re: Patch: Syntax and Hard Newlines, Herbert Euler, 2006/11/29
- Re: Patch: Syntax and Hard Newlines, Stefan Monnier, 2006/11/29
- Re: Patch: Syntax and Hard Newlines, Richard Stallman, 2006/11/29
- Re: Patch: Syntax and Hard Newlines, David Kastrup, 2006/11/29