GNU bug report logs -
#1154
C-x 4 a in struct [] diff does not work anymore
Previous Next
Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>
Date: Mon, 13 Oct 2008 02:45:02 UTC
Severity: normal
Done: Dan Nicolaescu <dann <at> ics.uci.edu>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1154 in the body.
You can then email your comments to 1154 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1154
; Package
emacs
.
Full text and
rfc822 format available.
Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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
bug reassigned from package `emacs' to `emacs,cc-mode'.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 13 Oct 2008 20:10:04 GMT)
Full text and
rfc822 format available.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#1154
; Package
emacs,cc-mode
.
Full text and
rfc822 format available.
Acknowledgement sent to
Alan Mackenzie <acm <at> muc.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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).
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#1154
; Package
emacs,cc-mode
.
Full text and
rfc822 format available.
Acknowledgement sent to
Alan Mackenzie <acm <at> muc.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Reply sent to
Dan Nicolaescu <dann <at> ics.uci.edu>
:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
Dan Nicolaescu <dann <at> ics.uci.edu>
:
bug acknowledged by developer.
Full text and
rfc822 format available.
Message #20 received at 1154-done <at> emacsbugs.donarmstrong.com (full text, mbox):
Alan Mackenzie <acm <at> muc.de> writes:
> 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!
All the issues seem fixed. Closing the bug.
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).
bug archived.
Request was from
Debbugs Internal Request <don <at> donarmstrong.com>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Sat, 15 Nov 2008 15:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.