Re: [Emacs.app dev]: Crash with --daemon mode

2009-02-02 Thread İsmail Dönmez
Hi again, On Mon, Feb 2, 2009 at 14:28, İsmail Dönmez wrote: > Hi, > > On Mon, Feb 2, 2009 at 14:10, Adrian Robert wrote: >> Hi, >> >> Thanks for the report. Could you send this in via the emacs internal bug >> reporter so there's a record of it at: >&

Re: [Emacs.app dev]: Crash with --daemon mode

2009-02-02 Thread İsmail Dönmez
Hi, On Mon, Feb 2, 2009 at 14:10, Adrian Robert wrote: > Hi, > > Thanks for the report. Could you send this in via the emacs internal bug > reporter so there's a record of it at: > > http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?package=ns I'll do so in a moment. > What should be the

[Emacs.app dev]: Crash with --daemon mode

2009-02-01 Thread İsmail Dönmez
Hi, Sorry if this is known already. How to reproduce : Create an emacs daemon with emacs --daemon. Create a client gui with emacsclient -c and exit it with C-x C-c. Notice that emacs icon is still in the dock. Click the emacs icon so the emacs menu shows up. Try to click the file menu and Emacs

[Emacs.app dev]: Daemon mode doesn't work on Leopard

2008-12-10 Thread İsmail Dönmez
Hi all, Trying to get emacs --daemon working on Leopard, I got emacs crashing while trying to create a GUI frame (emacsclient -c) : Process: Emacs [75802] Path:/Users/cartman/Applications/Emacs.app/Contents/MacOS/Emacs Identifier: Emacs Version: ??? (???) Code Typ

Re: [Emacs.app dev]: How to set fonts in .emacs?

2008-08-06 Thread İsmail Dönmez
On Wed, Aug 6, 2008 at 23:19, Gilbert Harman <[EMAIL PROTECTED]> wrote: > Is there a way to set fonts in a .emacs file (as opposed to using the Font > Panel in Emacs.app? Something like this works for me: (setq my-font "Droid Sans Mono-11.3") (set-frame-font my-font) (add-hook 'after-make-frame-f

[Emacs.app dev]: Using emacsclient on OSX

2008-07-26 Thread İsmail Dönmez
Hi all, I wonder if anyone managed to setup emacs in such a way that it loads in background as a server and one can use emacsclient in session. I tried to add a Launchd entry to load emacs -nw when I login but emacsclient still fails to find server socket. Any help is appreciated. Regards, ismai

Re: [Emacs.app dev]: Restoring window size is broken in CVS

2008-07-23 Thread İsmail Dönmez
Hi Adrian, On Wed, Jul 23, 2008 at 10:46 PM, Adrian Robert <[EMAIL PROTECTED]> wrote: > On Jul 23, 2008, at 3:19 PM, İsmail Dönmez wrote: > >> Starting today, Emacs.app no longer restores windows size upon restart >> and always starts with a fixed size. Seems to be a rela

[Emacs.app dev]: Restoring window size is broken in CVS

2008-07-23 Thread İsmail Dönmez
Hi all, Starting today, Emacs.app no longer restores windows size upon restart and always starts with a fixed size. Seems to be a relatively new regression. Regards, ismail -- I do object-oriented programming - if the customer objects, I do more programming. ---

Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS

2008-07-15 Thread İsmail Dönmez
Hi again, On Tue, Jul 15, 2008 at 9:52 PM, Adrian Robert <[EMAIL PROTECTED]> wrote: > Yes, it finally happened! > > Please use that version as basis for any bug reporting or development > work. > > For CVS checkout info see: > > http://savannah.gnu.org/cvs/?group=emacs It fails to compile for me

[Emacs.app dev]: ERC doesn't work

2008-06-09 Thread İsmail Dönmez
Hi, This seems to be specific to emacs.app as it works with emacs 23 trunk (--without-x). When I try to connect to IRC using erc, I get : erc-identd-start: localhost/0 nodename nor servname provided, or not known I got the following in my ~/.emacs : (setq erc-modules (quote (... identd ...)))

[Emacs.app dev]: Problem with latest trunk

2008-06-07 Thread İsmail Dönmez
Hi all, When building latest trunk I see some scary messages: temacs(20433) malloc: *** error for object 0xfff8: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug Loading emacs-lisp/backquote (source)... temacs(20433) malloc: *** error for object 0xfff8:

Re: [Emacs.app dev]: Emacs mac-* functions

2008-06-03 Thread İsmail Dönmez
Hi, On Tue, Jun 3, 2008 at 9:05 PM, David Reitter <[EMAIL PROTECTED]> wrote: > Thanks Ismail, >> >> http://cekirdek.pardus.org.tr/~ismail/tmp/emacs.app.tar.bz2 (351mb) >> >> Unpack. > > Okay, that's taking up half a gig just to keep the sources around. They > can't possibly that big...? It is sad

Re: [Emacs.app dev]: Emacs mac-* functions

2008-06-03 Thread İsmail Dönmez
Hi, On Tue, Jun 3, 2008 at 8:19 PM, David Reitter <[EMAIL PROTECTED]> wrote: > Where do I find instructions on checking out and building Emacs 23 with your > Cocoa port? Let me give Adrian a rest, a small howto Get latest bzr repo as tarball: http://cekirdek.pardus.org.tr/~ismail/tmp/emacs.app.

Re: [Emacs.app dev]: Emacs mac-* functions

2008-06-03 Thread İsmail Dönmez
Hi, On Tue, Jun 3, 2008 at 8:00 PM, Adrian Robert <[EMAIL PROTECTED]> wrote: > OK, in the current bzr tree, I've finished updating to the refactored font > backend. Everything is running pretty smoothly, with the exception that I'm > now observing (on Leopard) the left-cursor bug reported by vari

Re: [Emacs.app dev]: Emacs.app trunk impressions

2008-06-01 Thread İsmail Dönmez
Hi again, On Sun, Jun 1, 2008 at 9:08 PM, İsmail Dönmez <[EMAIL PROTECTED]> wrote: > Hi Adrian, et al. > > I just bzr pulled and I managed to build emacs.app after some time. It > looks impressive but looks like font merge slowed things down on > MacOSX too. I just noticed

[Emacs.app dev]: Emacs.app trunk impressions

2008-06-01 Thread İsmail Dönmez
Hi Adrian, et al. I just bzr pulled and I managed to build emacs.app after some time. It looks impressive but looks like font merge slowed things down on MacOSX too. I just noticed one long standing bug. compile script just calls "make" but it should call "make bootstrap" to build lisp files else

Re: [Emacs.app dev]: Emacs mac-* variables was Re: Merging into Emacs CVS

2008-05-27 Thread İsmail Dönmez
Hi, On Tue, May 27, 2008 at 3:37 PM, Adrian Robert <[EMAIL PROTECTED]> wrote: > > On May 23, 2008, at 1:45 PM, İsmail Dönmez wrote: > >> mac-ae-get-url (event) : "Open the URL specified by the Apple event >> EVENT. Currently the `mailto' scheme is supported.&

[Emacs.app dev]: Emacs mac-* variables was Re: Merging into Emacs CVS

2008-05-23 Thread İsmail Dönmez
Hi, On Thu, May 8, 2008 at 2:45 PM, Adrian Robert <[EMAIL PROTECTED]> wrote: > Could someone who is familiar with the mac-* variables post a summary > of them? Or even better, a patch to ns-win.el adding aliases for > corresponding ns-* variables.. I am not a long time Carbon Emacs user but here

[Emacs.app dev]: emacs.app bazaar repo and some thoughts

2008-05-18 Thread İsmail Dönmez
Hi all, Yesterday Savannah had a unexpected machine failure it seems. Now trying to checkout emacs.app repo fails due to file corruption. So this makes emacs.app repo unusable at this time. I wonder if would be better to host emacs.app on a GIT repo instead of bzr. GIT is better compared to bzr, i

Re: [Emacs.app dev]: Merging into Emacs CVS

2008-05-07 Thread İsmail Dönmez
Hi, On Wed, May 7, 2008 at 3:40 PM, Adrian Robert <[EMAIL PROTECTED]> wrote: > > On May 6, 2008, at 11:30 PM, İsmail Dönmez wrote: > > > Hi Adrian and others, > > > > Currently on emacs-devel Carbon port and its broken state is currently > > under discu

[Emacs.app dev]: Merging into Emacs CVS

2008-05-06 Thread İsmail Dönmez
Hi Adrian and others, Currently on emacs-devel Carbon port and its broken state is currently under discussion. And looks like, (like me) people are expecting a Emacs.app merge into CVS before the code freeze. I think it would be nice if Adrian could involve in this discussion and Emacs.app merger