all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yavor Doganov <yavor@gnu.org>
To: Glenn Morris <rgm@gnu.org>, 1079@emacsbugs.donarmstrong.com
Subject: bug#1079: GNUstep port segfaults making autoloads on x86_64
Date: Mon, 06 Oct 2008 14:32:06 +0300	[thread overview]
Message-ID: <87bpxyyn61.GNU's_Not_Unix!%yavor@gnu.org> (raw)
In-Reply-To: <rmljx51ip2.fsf@fencepost.gnu.org>

> #5  0x00002ac40fb5ffbb in GSPropertyListFromStringsFormat (string=0x1e02e600)
>     at NSPropertyList.m:1505

Maybe that's the culprit; -[NSString propertyList] is called,
resulting in NSException, because the .plist file is not a valid
dictionary (at least according to the plparse tool).

Does the naive patch below eliminate this problem?


2008-10-06  Yavor Doganov  <yavor@gnu.org>  (tiny change)

	* GNUstep/Emacs.base/Resources/Info-gnustep.plist: Add missing
	semicolons to make it a valid dictionary.

--- Info-gnustep.plist	21 авг 2008 15:40:28 +0300	1.3
+++ Info-gnustep.plist	06 окт 2008 13:31:32 +0300	
@@ -99,7 +99,7 @@
 	{
 	    NSPortName = Emacs;
 	    NSMessage = requestService;
-	    NSUserData = open-selection
+	    NSUserData = open-selection;
 	    NSSendTypes = (NSStringPboardType);
 	    NSMenuItem = {
 		default = "Emacs.app/New Buffer Containing Selection";
@@ -108,7 +108,7 @@
 	{
 	    NSPortName = Emacs;
 	    NSMessage = requestService;
-	    NSUserData = open-file
+	    NSUserData = open-file;
 	    NSSendTypes = (NSStringPboardType);
 	    NSMenuItem = {
 		default = "Emacs.app/Open Selected File";
@@ -117,7 +117,7 @@
 	{
 	    NSPortName = Emacs;
 	    NSMessage = requestService;
-	    NSUserData = mail-selection
+	    NSUserData = mail-selection;
 	    NSSendTypes = (NSStringPboardType);
 	    NSMenuItem = {
 		default = "Emacs.app/Email Selection";
@@ -126,7 +126,7 @@
 	{
 	    NSPortName = Emacs;
 	    NSMessage = requestService;
-	    NSUserData = mail-to
+	    NSUserData = mail-to;
 	    NSSendTypes = (NSStringPboardType);
 	    NSMenuItem = {
 		default = "Emacs.app/Send Email to Selected Address";






  parent reply	other threads:[~2008-10-06 11:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-03 21:18 bug#1079: GNUstep port segfaults making autoloads on x86_64 Glenn Morris
2008-10-04  1:04 ` Adrian Robert
2008-10-05  1:40   ` Glenn Morris
2008-10-05  2:06     ` Adrian Robert
2008-10-06  9:39 ` Yavor Doganov
2008-10-06 17:20   ` Glenn Morris
2008-10-06 18:39     ` Glenn Morris
2008-10-07 19:02     ` Yavor Doganov
2008-10-08  7:51       ` Glenn Morris
2008-10-08 11:55         ` Yavor Doganov
2008-10-10  1:03           ` Glenn Morris
2008-10-10  1:15             ` Processed: " Emacs bug Tracking System
2008-10-06 11:32 ` Yavor Doganov [this message]
2008-10-06 17:24   ` Glenn Morris

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='87bpxyyn61.GNU'\''s_Not_Unix'\!'%yavor@gnu.org' \
    --to=yavor@gnu.org \
    --cc=1079@emacsbugs.donarmstrong.com \
    --cc=rgm@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.