From: Per Abrahamsen <abraham@dina.kvl.dk>
Cc: "'bug-gnu-emacs@gnu.org'" <bug-gnu-emacs@gnu.org>
Subject: Re: Show do not allow a hide
Date: Sat, 06 Apr 2002 13:42:31 +0200 [thread overview]
Message-ID: <rjpu1d3vfc.fsf@zuse.dina.kvl.dk> (raw)
In-Reply-To: Mattias Fredsberg's message of "Thu, 21 Mar 2002 11:23:48 +0100"
Hi,
Thanks for the report. I have applied this patch to CVS, which should
fix the problem.
2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
* progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
for customization type.
Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
*** cc-vars.el.~1.19.~ Tue Feb 5 14:47:06 2002
--- cc-vars.el Sat Apr 6 13:36:03 2002
***************
*** 291,297 ****
more lines for the first time; otherwise the appropriate prefix is
adapted from the comment. This variable is not used for C++ line
style comments."
! :type 'string
:group 'c)
(defcustom-c-stylevar c-comment-prefix-regexp
--- 291,301 ----
more lines for the first time; otherwise the appropriate prefix is
adapted from the comment. This variable is not used for C++ line
style comments."
! ;; We need to specify a :value to prevent `defcustom-c-stylevar' from
! ;; giving it an invalid value. Perhaps `defcustom-c-stylevar'
! ;; should evaluate the value first?
! ;; Per Abrahamsen <abraham@dina.kvl.dk> 2002-04-06.
! :type '(string :value "* ")
:group 'c)
(defcustom-c-stylevar c-comment-prefix-regexp
next reply other threads:[~2002-04-06 11:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-06 11:42 Per Abrahamsen [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-03-21 10:23 Show do not allow a hide Mattias Fredsberg
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=rjpu1d3vfc.fsf@zuse.dina.kvl.dk \
--to=abraham@dina.kvl.dk \
--cc=bug-gnu-emacs@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.