From: Alan Mackenzie <acm@muc.de>
To: Masatake YAMATO <yamato@redhat.com>
Cc: emacs-devel@gnu.org
Subject: Re: request for reviewing the updated version of cc-guess.el
Date: Fri, 25 Mar 2011 13:26:44 +0000 [thread overview]
Message-ID: <20110325132644.GA2622@muc.de> (raw)
In-Reply-To: <20110324.210733.682669433015821938.yamato@redhat.com>
Hi, Masatake.
On Thu, Mar 24, 2011 at 09:07:33PM +0900, Masatake YAMATO wrote:
> Hi,
> Yes, I'll write. [A patch for the menus]
Thanks!
> > One other thing: there doesn't seem to be a mechanism for dumping out
> > a guessed style so that it can be used in a future Emacs session.
> > Something like M-x c-dump-guessed-style which would print out the
> > style a bit like c-submit-but-report (C-c C-b) dumps the entire
> > configuration. Do you think something like this is needed?
> I agree about the requirement if I understand the requirement correctly.
> `cc-guess-view-guessed-style' in my patch
> is not enough? It is just do `pp' guessed style like:
My apologies: I hadn't seen cc-guess-view-guessed-style. I don't think
the function as it is does quite the right thing, though.
> (with-output-to-temp-buffer "*Guessed Style*"
> (pp style))
> I can change the code like:
> (with-output-to-temp-buffer "*Guessed Style*"
> (pp `(c-add-style ,(cc-guess-style-name) ,style ,t)))
That would be much better.
> Do you think this code satisfies the requirement?
Not quite: the guessed style only includes two style variables. I think
it should be printed out as inheriting from the default style. Something
like:
(c-add-style "*cc-guess*<filename>"
'("gnu"
<guessed style>
))
What do you think? Would it perhaps be better to make the *Guessed
Style* buffer R/W, allowing the user to edit the new style before copying
it to his .emacs? I'm not sure on this one.
> Masatake YAMATO
--
Alan Mackenzie (Nuremberg, Germany).
next prev parent reply other threads:[~2011-03-25 13:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-10 20:23 request for reviewing the updated version of cc-guess.el Masatake YAMATO
2011-03-23 10:13 ` Alan Mackenzie
2011-03-23 10:24 ` Masatake YAMATO
2011-03-24 11:35 ` Alan Mackenzie
2011-03-24 12:07 ` Masatake YAMATO
2011-03-25 13:26 ` Alan Mackenzie [this message]
2011-03-27 14:43 ` Masatake YAMATO
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110325132644.GA2622@muc.de \
--to=acm@muc.de \
--cc=emacs-devel@gnu.org \
--cc=yamato@redhat.com \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).