Re: Emacs 24.1

2012-06-19 Thread Juan Francisco Cantero Hurtado
On Tue, Jun 19, 2012 at 02:45:29PM +0200, Manuel Giraud wrote:
> Hi,
> 
> Here is another try, with:
>  - a gtk3 flavor
>  - xdg-utils run dependency (not for no_x11)
>  - no more liboss
>  - more correct PLIST
> 
> I've spotted an issue: M-x report-emacs-bug doesn't work if the "-el"
> subpackage is not installed (don't know why maybe it's a bug to be
> reported). Do you think "-main" and "-el" subpackages could be merged
> into one big jumbo pack?
> 

Gtk3 flavor tested on amd64. All seems OK.

I agree with the removing of the "-el" subpackage, but wait to the reply
of a developer.

Cheers.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: Emacs 24.1

2012-06-20 Thread Juan Francisco Cantero Hurtado
On Wed, Jun 20, 2012 at 04:22:38AM +0200, Juan Francisco Cantero Hurtado wrote:
> On Tue, Jun 19, 2012 at 02:45:29PM +0200, Manuel Giraud wrote:
> > Hi,
> > 
> > Here is another try, with:
> >  - a gtk3 flavor
> >  - xdg-utils run dependency (not for no_x11)
> >  - no more liboss
> >  - more correct PLIST
> > 
> > I've spotted an issue: M-x report-emacs-bug doesn't work if the "-el"
> > subpackage is not installed (don't know why maybe it's a bug to be
> > reported). Do you think "-main" and "-el" subpackages could be merged
> > into one big jumbo pack?
> > 
> 
> Gtk3 flavor tested on amd64. All seems OK.
> 
> I agree with the removing of the "-el" subpackage, but wait to the reply
> of a developer.

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).

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: WeeChat

2012-06-21 Thread Juan Francisco Cantero Hurtado
On Thu, Jun 21, 2012 at 08:14:34PM +0300, Artturi Alm wrote:
> Hi,
> 
> WeeChat is a fast, light and extensible chat client.
> http://www.weechat.org
> 
> This is my first try at making a port, tested only on amd64.
> While atleast current stable(0.3.8) still has autoconf support,
> I ran into some problems and decided to go with cmake.
> 
> OT: missing comments about cmake in the Makefile.template,
> and in port-modules(5) made me feel like using it is discouraged?

Related: https://github.com/jasperla/openbsd-wip/tree/master/net/weechat

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: Emacs 24.1

2012-06-22 Thread Juan Francisco Cantero Hurtado
On Fri, Jun 22, 2012 at 10:18:39AM +0200, Manuel Giraud wrote:
> Juan Francisco Cantero Hurtado  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/cygwin-xfree@cygwin.com/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.

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


--- Makefile.orig   Fri Jun 22 22:29:13 2012
+++ MakefileFri 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"



<    1   2   3   4   5   6