all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* MacOS NS Build -- open -a emacs failing
@ 2009-05-28 14:25 Alberto Simões
  2009-05-28 22:52 ` Peter Dyballa
  0 siblings, 1 reply; 5+ messages in thread
From: Alberto Simões @ 2009-05-28 14:25 UTC (permalink / raw
  To: help-gnu-emacs

Hello

I am using for a few months emacs on my MacOS. For that I used an
alias emacs='open -a emacs' and it all worked alright.

Last night I did a cvs update, recompiled, installed, and now, 'open
-a emacs file' is not working. I notice the menu bar changing to
Emacs, but it goes out again without further error notice.


Any hint on what might be happening?

Thank you
Alberto

PS: emacs starts correctly with Emacs.app icon

-- 
Alberto Simões




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MacOS NS Build -- open -a emacs failing
  2009-05-28 14:25 MacOS NS Build -- open -a emacs failing Alberto Simões
@ 2009-05-28 22:52 ` Peter Dyballa
  2009-05-29 10:36   ` Alberto Simões
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Dyballa @ 2009-05-28 22:52 UTC (permalink / raw
  To: Alberto Simões; +Cc: help-gnu-emacs


Am 28.05.2009 um 16:25 schrieb Alberto Simões:

> Last night I did a cvs update, recompiled, installed, and now, 'open
> -a emacs file' is not working. I notice the menu bar changing to
> Emacs, but it goes out again without further error notice.

So there is something in your init file that makes it quit ...

You can launch Emacs.app as: /Applications/Emacs.app/Contents/MacOS/ 
Emacs --debug-init <optional other arguments> &

This will allow you to debug your init files.

--
Greetings

   Pete

I wouldn't recommend sex, drugs or insanity for everyone, but they've  
always worked for me.
				– Hunter S. Thompson







^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MacOS NS Build -- open -a emacs failing
  2009-05-28 22:52 ` Peter Dyballa
@ 2009-05-29 10:36   ` Alberto Simões
  2009-05-29 10:47     ` Peter Dyballa
  0 siblings, 1 reply; 5+ messages in thread
From: Alberto Simões @ 2009-05-29 10:36 UTC (permalink / raw
  To: Peter Dyballa; +Cc: help-gnu-emacs

Heyas

2009/5/28 Peter Dyballa <Peter_Dyballa@web.de>:
>
> Am 28.05.2009 um 16:25 schrieb Alberto Simões:
>
>> Last night I did a cvs update, recompiled, installed, and now, 'open
>> -a emacs file' is not working. I notice the menu bar changing to
>> Emacs, but it goes out again without further error notice.
>
> So there is something in your init file that makes it quit ...
>
> You can launch Emacs.app as: /Applications/Emacs.app/Contents/MacOS/Emacs
> --debug-init <optional other arguments> &

Thanks.

Unfortunately it did not help much :)

[ambs@rachmaninoff ~]$ /Applications/Emacs.app/Contents/MacOS/Emacs
--debug-init
Warning: arch-dependent data dir
(/Users/ambs/tmp/emacs/nextstep/Emacs.app/Contents/MacOS/libexec/emacs/23.0.94/i386-apple-darwin9.7.0/)
does not exist.
Cannot open load file: encoded-kb

I do not think the Warning is relevant.
Now, I do not have any idea about 'encoded-kb'.

[ambs@rachmaninoff ~]$ grep -r encoded-kb elisp/*
[ambs@rachmaninoff ~]$ grep -r encoded-kb .emacs
[ambs@rachmaninoff ~]$

Thanks for hint
Alberto


-- 
Alberto Simões




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MacOS NS Build -- open -a emacs failing
  2009-05-29 10:36   ` Alberto Simões
@ 2009-05-29 10:47     ` Peter Dyballa
  2009-05-29 14:11       ` Alberto Simões
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Dyballa @ 2009-05-29 10:47 UTC (permalink / raw
  To: Alberto Simões; +Cc: help-gnu-emacs


Am 29.05.2009 um 12:36 schrieb Alberto Simões:

> [ambs@rachmaninoff ~]$ /Applications/Emacs.app/Contents/MacOS/Emacs
> --debug-init
> [...]
> Cannot open load file: encoded-kb


Presumingly you did not run 'sudo make install' as the final step. So  
the stuff in /Applications/Emacs.app is not complete. And searching  
for the missing Elisp file is better performed inside GNU Emacs or  
Emacs.app and in the /Applications/Emacs.app tree (I presume you  
configured for an ns-self-contained result).

--
Greetings

   Pete

If builders built buildings the way programmers write programs, then  
the first woodpecker that came along would destroy civilization.
				– Weinberg's Second Law







^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MacOS NS Build -- open -a emacs failing
  2009-05-29 10:47     ` Peter Dyballa
@ 2009-05-29 14:11       ` Alberto Simões
  0 siblings, 0 replies; 5+ messages in thread
From: Alberto Simões @ 2009-05-29 14:11 UTC (permalink / raw
  To: Peter Dyballa; +Cc: help-gnu-emacs

Heyas

2009/5/29 Peter Dyballa <Peter_Dyballa@web.de>:
>
> Am 29.05.2009 um 12:36 schrieb Alberto Simões:
>
>> [ambs@rachmaninoff ~]$ /Applications/Emacs.app/Contents/MacOS/Emacs
>> --debug-init
>> [...]
>> Cannot open load file: encoded-kb
>
>
> Presumingly you did not run 'sudo make install' as the final step. So the
> stuff in /Applications/Emacs.app is not complete. And searching for the
> missing Elisp file is better performed inside GNU Emacs or Emacs.app and in
> the /Applications/Emacs.app tree (I presume you configured for an
> ns-self-contained result).

DAMN. Stupid me.
I should know, as this is not my first time :(


Thank you, and sorry for the noise.
Alberto


-- 
Alberto Simões




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-29 14:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28 14:25 MacOS NS Build -- open -a emacs failing Alberto Simões
2009-05-28 22:52 ` Peter Dyballa
2009-05-29 10:36   ` Alberto Simões
2009-05-29 10:47     ` Peter Dyballa
2009-05-29 14:11       ` Alberto Simões

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.