On Fri, Jun 22, 2012 at 10:50:43PM +0200, Juan Francisco Cantero Hurtado wrote:
> On Fri, Jun 22, 2012 at 10:18:39AM +0200, Manuel Giraud wrote:
> > Juan Francisco Cantero Hurtado <[email protected]> writes:
> > 
> > > OK, I was wrong. Ctrl-x Ctrl-c doesn't close the emacs window (gtk3
> > > flavor). The same behavior with File->Quit. It works with the CLI
> > > version of emacs (emacs -nw).
> > 
> > Ouch, you're right. I seems to work ok for the athena flavor. I'll look
> > into it but I think it is a tough one for me.
> 
> http://www.mail-archive.com/[email protected]/msg21576.html
> 
> The culprit is the usual suspect: gsettings. I like Gtk3 but my
> experience with gsettings is horrible. I've had a lots of problems with
> software that uses gsettings on other OS, with and without
> gnome-settings-daemon running, with gnome and other WMs.

I think you are confusinf things here.
As a matter of fact, gnome-settings-daemon is a gsettings _user_, not the other 
way around.
gsettings is related to glib and not specific to gnome.

> Note for the rest of maintainers: if you are importing new software that
> permits to disable the gsettings support, please use this option.

Why? I've never had any issue with it.
Does this new emacs install any schemas? If so did you add proper goos to the 
PLIST?  Was dconf running?

Maybe it's not gsettings but emacs that is broken.

> --- Makefile.orig     Fri Jun 22 22:29:13 2012
> +++ Makefile  Fri Jun 22 22:11:11 2012
> @@ -53,6 +53,9 @@
>  # Suggestion from Mike Belopuhov to remove liboss dependency
>  CONFIGURE_ARGS +=    --without-sound
>  
> +# gsettings is always problematic if your WM is not gnome
> +CONFIGURE_ARGS +=    --without-gsettings
> +
>  .if ${FLAVOR:Mno_x11}
>  .  if ${FLAVOR:Mathena}
>  ERRORS =             "Fatal: athena and no_x11 flavors are mutually 
> exclusive"
> 

-- 
Antoine

Reply via email to