Comment 4 for bug 663041

Revision history for this message
Adam Fineman (afineman) wrote : Re: [Bug 663041] Re: debugger entered on c-electric-paren

There was an update to http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7814.
 I'm not sure if you are following along.

- Adam

On Sun, Jan 9, 2011 at 9:33 PM, lborgman <email address hidden> wrote:

> Thanks for the bug report, Adam.
>
> This looks strange. I believe it is a bug in cc-cmds.el, but I am not
> sure. Could you please report this as an Emacs bug so we can get some
> information about that?
>
> ** Changed in: nxhtml
> Importance: Undecided => Medium
>
> ** Changed in: nxhtml
> Status: New => In Progress
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/663041
>
> Title:
> debugger entered on c-electric-paren
>
> Status in nXhtml for Emacs:
> In Progress
>
> Bug description:
> afineman@caviar:~$ emacs --version
> GNU Emacs 22.3.1
> Copyright (C) 2008 Free Software Foundation, Inc.
> GNU Emacs comes with ABSOLUTELY NO WARRANTY.
> You may redistribute copies of Emacs
> under the terms of the GNU General Public License.
> For more information about these matters, see the file named COPYING.
> afineman@caviar:~$ emacs -q -l nxhtml/autostart.el
> ------
> I open a new file '/tmp/foo.php' and start typing the following:
> =============
> <html>
> <head>
> <title>foo</title>
> </head>
> <body>
> <?php var_dump(
> =============
>
> As soon as I type the '(' character, I get a backtrace:
> ===========
> Debugger entered--Lisp error: (wrong-type-argument listp set-from-style)
> c-electric-paren(nil)
> call-interactively(c-electric-paren)
> ===========
> This is a clean build of emacs-23.2, on Ubuntu Server 8.04.4.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/nxhtml/+bug/663041/+subscribe
>