Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bug in cc-menus.el
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Geoffrey Grosenbach  
View profile  
 More options Oct 2 2009, 1:56 pm
From: Geoffrey Grosenbach <topfunkycorporat...@gmail.com>
Date: Fri, 2 Oct 2009 10:56:44 -0700 (PDT)
Local: Fri, Oct 2 2009 1:56 pm
Subject: Bug in cc-menus.el
In several recent releases of Carbon Emacs, there's a literal ^L at
the bottom of the bundled cc-menus.el (Resources/lisp/progmodes).

This stops the file from working. Removing it brings back full
functionality for doing things like viewing an imenu of method names
in an Objective-C file.

I don't see it in the original Emacs source, so I think it may be a
bug in Carbon Emacs, specifically.

    http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/cc-men...

Is there a bug tracker for Carbon Emacs? Or where should I file a
patch?

Thanks,

Geoffrey Grosenbach
PeepCode Screencasts
http://peepcode.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Dyballa  
View profile  
 More options Oct 2 2009, 4:51 pm
From: Peter Dyballa <Peter_Dyba...@Web.DE>
Date: Fri, 2 Oct 2009 22:51:23 +0200
Local: Fri, Oct 2 2009 4:51 pm
Subject: Re: [carbon-emacs:1551] Bug in cc-menus.el

Am 02.10.2009 um 19:56 schrieb Geoffrey Grosenbach:

> In several recent releases of Carbon Emacs, there's a literal ^L at
> the bottom of the bundled cc-menus.el (Resources/lisp/progmodes).

> This stops the file from working. Removing it brings back full
> functionality for doing things like viewing an imenu of method names
> in an Objective-C file.

That's not likely. Because no-one/nothing uses the Elisp file, only  
the byte-compiled version is used by Emacs. The source files added  
because GPL requires this.

I checked the following files:

        /sw/share/emacs/22.3/lisp/progmodes/cc-menus.el.gz
        /sw/share/emacs/22.3-carbon/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/22.1.50/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/22.2/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.0.60/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.0.90/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.0.91/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.0.92/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.0.93/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.0.94/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.1/lisp/progmodes/cc-menus.el.gz
        /usr/local/share/emacs/23.1.50/lisp/progmodes/cc-menus.el.gz

All have ^L before the line

        (cc-provide 'cc-menus)

This character is invisible for Lisp, only a printer sees it and  
ejects the page.

--
Greetings

   Pete

’Twas a woman who drove me to drink, and I never had the courtesy to  
thank her for it.
                                — W.C. Fields


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Seiji Zenitani  
View profile  
 More options Oct 2 2009, 6:47 pm
From: Seiji Zenitani <zenit...@mac.com>
Date: Fri, 02 Oct 2009 18:47:53 -0400
Local: Fri, Oct 2 2009 6:47 pm
Subject: Re: [carbon-emacs:1551] Bug in cc-menus.el
On 2009/10/02, at 13:56, Geoffrey Grosenbach wrote:

> In several recent releases of Carbon Emacs, there's a literal ^L at
> the bottom of the bundled cc-menus.el (Resources/lisp/progmodes).

> This stops the file from working. Removing it brings back full
> functionality for doing things like viewing an imenu of method names
> in an Objective-C file.

> I don't see it in the original Emacs source, so I think it may be a
> bug in Carbon Emacs, specifically.

>    http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/cc-men...

That's cc-mode.el in emacs 23.

In Emacs 22, you will see ^L in cc-menus.el
(e.g. /usr/share/emacs/22.1/lisp/progmodes/cc-menus.el.gz).
At present, Carbon Emacs is based on Emacs 22.

> Is there a bug tracker for Carbon Emacs? Or where should I file a
> patch?

You can send a patch to this mailing list.

Cheers,
Seiji


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Reitter  
View profile  
 More options Oct 2 2009, 9:31 pm
From: David Reitter <david.reit...@gmail.com>
Date: Fri, 2 Oct 2009 21:31:26 -0400
Local: Fri, Oct 2 2009 9:31 pm
Subject: Re: [carbon-emacs:1553] Re: Bug in cc-menus.el

On Oct 2, 2009, at 6:47 PM, Seiji Zenitani wrote:

> In Emacs 22, you will see ^L in cc-menus.el
> (e.g. /usr/share/emacs/22.1/lisp/progmodes/cc-menus.el.gz).
> At present, Carbon Emacs is based on Emacs 22.

There's many of these in there.  It's an old line feed.  It's a stupid  
convention, especially because Emacs doesn't show it as line-feed.

Still, I don't see why this would break any functionality.  Geoffrey,  
can you explain?

  smime.p7s
2K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoffrey Grosenbach  
View profile  
 More options Oct 7 2009, 4:50 pm
From: Geoffrey Grosenbach <topfunkycorporat...@gmail.com>
Date: Wed, 7 Oct 2009 13:50:54 -0700 (PDT)
Local: Wed, Oct 7 2009 4:50 pm
Subject: Re: Bug in cc-menus.el
On Oct 2, 6:31 pm, David Reitter <david.reit...@gmail.com> wrote:

> Still, I don't see why this would break any functionality.  Geoffrey,  
> can you explain?

It sounds like I need to figure out the problem more specifically
before I can report a bug. An any rate, it does work for me if I
remove that line (could that force a recompilation of the file?).

So for the meantime I'll just do that on my installations of Carbon
Emacs. Maybe I'll figure out the reason why later.

Thanks,
Geoffrey Grosenbach


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Dyballa  
View profile  
 More options Oct 8 2009, 2:56 pm
From: Peter Dyballa <Peter_Dyba...@Web.DE>
Date: Thu, 8 Oct 2009 20:56:31 +0200
Local: Thurs, Oct 8 2009 2:56 pm
Subject: Re: [carbon-emacs:1561] Re: Bug in cc-menus.el

Am 07.10.2009 um 22:50 schrieb Geoffrey Grosenbach:

> It sounds like I need to figure out the problem more specifically
> before I can report a bug. An any rate, it does work for me if I
> remove that line (could that force a recompilation of the file?).

Only if you rebuild the application from its sources.

And changing the EL file while the ELC is used cannot bring any change.

--
Greetings

   Pete

Cabbage, n. A familiar kitchen-garden vegetable about as large and  
wise as a man's head.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ray Baxter  
View profile  
 More options Oct 8 2009, 3:55 pm
From: Ray Baxter <ray.bax...@gmail.com>
Date: Thu, 8 Oct 2009 12:55:40 -0700
Local: Thurs, Oct 8 2009 3:55 pm
Subject: Re: [carbon-emacs:1562] Re: Bug in cc-menus.el

On Thu, Oct 8, 2009 at 11:56 AM, Peter Dyballa <Peter_Dyba...@web.de> wrote:
> And changing the EL file while the ELC is used cannot bring any change.

I'm sure that it is configured somewhere in my .emacs, but the copies
of emacs that I have access to all prefer a newer *.el file to an
older byte-compiled version.

If if there is a problem with a byte compiled file (corrupted in
transfer, etc), merely touching the corresponding .el file will fix
the problem.

Ray


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »