bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1154: C-x 4 a in struct [] diff does not work anymore


From: Alan Mackenzie
Subject: bug#1154: C-x 4 a in struct [] diff does not work anymore
Date: Fri, 17 Oct 2008 21:17:50 +0000
User-agent: Mutt/1.5.9i

Hi, Dan:

I've just commited a fix to ..../lisp/progmodes/cc-cmds.el which fixes
the first bug (longopts).

I can't reproduce the second bug (C-x 4 a can't find the name for the
second hunk).  Could you let me know whether or not it's still a
problem.  Thanks!

On Sun, Oct 12, 2008 at 07:38:56PM -0700, Dan Nicolaescu wrote:
> For the patch below, with the point on the first + line, C-x 4 a
> adds an entry called:
> 
>      * emacsclient.c (]):
> 
> emacs-22.2 added the correct entry:
> 
>      * emacsclient.c (longopts): 
> 
> Also, for the second hunk C-x 4 a cannot find the function name.
> 
> 
> Index: emacsclient.c
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/lib-src/emacsclient.c,v
> retrieving revision 1.132
> diff -u -3 -p -u -p -r1.132 emacsclient.c
> --- emacsclient.c     19 Sep 2008 16:45:12 -0000      1.132
> +++ emacsclient.c     13 Oct 2008 01:34:25 -0000
> @@ -156,6 +156,7 @@ struct option longopts[] =
>    { "help",  no_argument,       NULL, 'H' },
>    { "version",       no_argument,       NULL, 'V' },
>    { "tty",   no_argument,       NULL, 't' },
> +  { "nw",    no_argument,       NULL, 't' },
>    { "create-frame", no_argument,   NULL, 'c' },
>    { "alternate-editor", required_argument, NULL, 'a' },
>  #ifndef NO_SOCKETS_IN_FILE_SYSTEM
> @@ -474,7 +475,7 @@ decode_options (argc, argv)
>  
>    while (1)
>      {
> -      int opt = getopt_long (argc, argv,
> +      int opt = getopt_long_only (argc, argv,
>  #ifndef NO_SOCKETS_IN_FILE_SYSTEM
>                            "VHnea:s:f:d:tc",
>  #else
> 

-- 
Alan Mackenzie (Nuremberg, Germany).







reply via email to

[Prev in Thread] Current Thread [Next in Thread]