From: OFFICE ZERO <hi-oh230@air.ocn.ne.jp>
To: "Glenn Morris" <rgm@gnu.org>, <636@emacsbugs.donarmstrong.com>
Subject: bug#636: Please fix before the release of 23.1
Date: Mon, 11 Aug 2008 10:06:21 +0900 [thread overview]
Message-ID: <005601c8fb4e$77def360$0100a8c0@yourhigxg9gyo4> (raw)
In-Reply-To: 33alcg0nj.fsf@fencepost.gnu.org
Do not send any mail !
no thank you
----- Original Message -----
From: "Glenn Morris" <rgm@gnu.org>
To: <636@emacsbugs.donarmstrong.com>
Sent: Monday, August 11, 2008 3:55 AM
Subject: bug#636: Please fix before the release of 23.1
>
> More info from
>
> http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00416.html
>
> Ulrich Mueller wrote:
>
>> The problem goes away if I revert the following change:
>>
>> 2008-06-27 Alan Mackenzie <acm@muc.de>
>>
>> * progmodes/cc-defs.el (c-emacs-features): New feature
>> 'argumentative-bod-function.
>>
>> --- progmodes/cc-defs.el 6 May 2008 07:18:12 -0000 1.57
>> +++ progmodes/cc-defs.el 27 Jun 2008 21:12:46 -0000 1.58
>> @@ -1440,6 +1440,14 @@
>> '1-bit)
>> list)))
>>
>> + ;; In Emacs >= 23, beginning-of-defun will passes its parameter to
>> + ;; beginning-of-defun-function. Assume end-of-defun does the same.
>> + (let ((beginning-of-defun-function
>> + (lambda (&optional arg)
>> + (not (eq arg nil)))))
>> + (if (beginning-of-defun 1)
>> + (setq list (cons 'argumentative-bod-function list))))
>> +
>> (let ((buf (generate-new-buffer " test"))
>> parse-sexp-lookup-properties
>> parse-sexp-ignore-comments
>> @@ -1539,6 +1547,9 @@
>>
>> '8-bit 8 bit syntax entry flags (XEmacs style).
>> '1-bit 1 bit syntax entry flags (Emacs style).
>> +'argumentative-bod-function beginning-of-defun passes ARG
>> through
>> + to a non-null beginning-of-defun-function. It is
>> assumed
>> + the end-of-defun does the same thing.
>> 'syntax-properties It works to override the syntax for specific
>> characters
>> in the buffer with the 'syntax-table property. It's
>> always set - CC Mode no longer works in emacsen without
>
>
>
>
next prev parent reply other threads:[~2008-08-11 1:06 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <877ibp4hh3.fsf@vorlon.ganneff.de>
2008-07-13 22:21 ` Bug#490722: semantic: invalid read syntax Michael Olson
2008-07-30 5:59 ` Please fix before the release of 23.1 (was: Bug#490722: semantic: invalid read syntax) Michael Olson
2008-08-10 0:55 ` Please fix before the release of 23.1 Glenn Morris
2008-08-10 9:15 ` Ulrich Mueller
2008-08-10 9:48 ` Ulrich Mueller
2008-08-10 18:55 ` bug#636: " Glenn Morris
2008-08-11 1:06 ` OFFICE ZERO [this message]
2008-08-10 22:15 ` Chong Yidong
2008-08-10 22:15 ` Chong Yidong
2008-08-10 22:18 ` bug#636: " Chong Yidong
2008-08-10 22:18 ` Chong Yidong
2008-08-11 0:50 ` bug#636: " OFFICE ZERO
[not found] ` <handler.636.B636.121841588021215.ackinfo@emacsbugs.donarmstrong.com>
2008-08-11 1:16 ` bug#636: Info received (bug#636: Please fix before the release of 23.1) OFFICE ZERO
2008-08-11 0:50 ` bug#636: Please fix before the release of 23.1 OFFICE ZERO
[not found] ` <handler.636.B636.121841588221220.ackinfo@emacsbugs.donarmstrong.com>
2008-08-11 1:16 ` bug#636: Info received (bug#636: Please fix before the release of 23.1) OFFICE ZERO
2008-08-11 7:18 ` bug#636: Please fix before the release of 23.1 Ulrich Mueller
2008-08-11 7:18 ` Ulrich Mueller
2008-08-11 8:47 ` Alan Mackenzie
2008-08-11 8:47 ` Alan Mackenzie
2008-08-11 8:54 ` Andreas Schwab
2008-08-11 18:50 ` Alan Mackenzie
2008-08-11 18:50 ` Alan Mackenzie
2008-08-11 8:54 ` Andreas Schwab
2008-08-11 15:26 ` Michael Olson
2008-08-11 15:26 ` Michael Olson
2008-08-11 16:30 ` Chong Yidong
2008-08-11 19:01 ` Alan Mackenzie
2008-08-11 21:42 ` Chong Yidong
2008-08-01 7:43 ` bug#636: 23.0.60; Read syntax error while byte-compiling Dmitry Dzhus
2008-08-11 21:50 ` bug#636: marked as done (23.0.60; Read syntax error while byte-compiling) Emacs bug Tracking System
2008-08-13 9:24 ` bug#636: Please fix before the release of 23.1 Alan Mackenzie
2008-08-11 19:01 ` Alan Mackenzie
2008-08-11 16:30 ` Chong Yidong
2008-08-11 22:00 ` Johan Bockgård
2008-09-05 14:54 ` Stefan Monnier
2008-08-10 18:51 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='005601c8fb4e$77def360$0100a8c0@yourhigxg9gyo4' \
--to=hi-oh230@air.ocn.ne.jp \
--cc=636@emacsbugs.donarmstrong.com \
--cc=rgm@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.