* adding motif to guix
@ 2023-01-08 23:50 Andy Tai
2023-01-09 0:15 ` Eric Brown
0 siblings, 1 reply; 7+ messages in thread
From: Andy Tai @ 2023-01-08 23:50 UTC (permalink / raw)
To: guix-devel
Hi, motif was a major component of Unix for many years and it would be
good to add the (now free software) motif to GNU Guix. Can package
reviewers take a look of the patch in this issue
https://issues.guix.gnu.org/59092
Thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding motif to guix
2023-01-08 23:50 adding motif to guix Andy Tai
@ 2023-01-09 0:15 ` Eric Brown
2023-01-09 0:25 ` Andy Tai
0 siblings, 1 reply; 7+ messages in thread
From: Eric Brown @ 2023-01-09 0:15 UTC (permalink / raw)
To: Andy Tai; +Cc: guix-devel
Andy Tai <atai@atai.org> writes:
> Hi, motif was a major component of Unix for many years and it would be
> good to add the (now free software) motif to GNU Guix. Can package
> reviewers take a look of the patch in this issue
>
> https://issues.guix.gnu.org/59092
>
> Thanks
Hello Andy:
By chance is this the same as `openmotif' that is found in the likes of
Debian, also referenced by programs such as GNU Emacs (--with-x-toolkit)
?
Thanks,
Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding motif to guix
2023-01-09 0:15 ` Eric Brown
@ 2023-01-09 0:25 ` Andy Tai
2023-01-09 3:01 ` Eric Brown
0 siblings, 1 reply; 7+ messages in thread
From: Andy Tai @ 2023-01-09 0:25 UTC (permalink / raw)
To: Eric Brown; +Cc: guix-devel
It should be; openmotif was just some kind of marketing term
Although guix has some existing packages using lesstif, the now dead
early motif clone (as free software) and I don't know if emacs may be
using that...
On Sun, Jan 8, 2023 at 4:15 PM Eric Brown <eric.c.brown@mac.com> wrote:
>
> Andy Tai <atai@atai.org> writes:
>
> > Hi, motif was a major component of Unix for many years and it would be
> > good to add the (now free software) motif to GNU Guix. Can package
> > reviewers take a look of the patch in this issue
> >
> > https://issues.guix.gnu.org/59092
> >
> > Thanks
>
> Hello Andy:
>
> By chance is this the same as `openmotif' that is found in the likes of
> Debian, also referenced by programs such as GNU Emacs (--with-x-toolkit)
> ?
>
> Thanks,
> Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding motif to guix
2023-01-09 0:25 ` Andy Tai
@ 2023-01-09 3:01 ` Eric Brown
2023-01-09 17:40 ` David Pirotte
2023-02-11 23:59 ` Andy Tai
0 siblings, 2 replies; 7+ messages in thread
From: Eric Brown @ 2023-01-09 3:01 UTC (permalink / raw)
To: Andy Tai; +Cc: guix-devel
Andy Tai <atai@atai.org> writes:
> It should be; openmotif was just some kind of marketing term
>
> Although guix has some existing packages using lesstif, the now dead
> early motif clone (as free software) and I don't know if emacs may be
> using that...
>
Thanks for the clarification. My interest in this package is because
openmotif is the best of the X window managers that do not suffer from
a rather infamous and longstanding GTK bug which will bring down Emacs.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding motif to guix
2023-01-09 3:01 ` Eric Brown
@ 2023-01-09 17:40 ` David Pirotte
2023-02-11 23:59 ` Andy Tai
1 sibling, 0 replies; 7+ messages in thread
From: David Pirotte @ 2023-01-09 17:40 UTC (permalink / raw)
To: Eric Brown; +Cc: Andy Tai, guix-devel
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]
> ...
> Thanks for the clarification. My interest in this package is because
> openmotif is the best of the X window managers that do not suffer from
> a rather infamous and longstanding GTK bug which will bring down
> Emacs.
Fwiw, debian has an 'emacs-lucid' package (maintained by the debian
guile packages maintainer) that does not depends on Gtk (which i didn't
find on https://packages.guix.gnu.org/)
David
[1]
https://packages.debian.org/search?keywords=emacs-lucid&searchon=names&suite=all§ion=all
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding motif to guix
2023-01-09 3:01 ` Eric Brown
2023-01-09 17:40 ` David Pirotte
@ 2023-02-11 23:59 ` Andy Tai
2023-02-12 15:12 ` Tobias Geerinckx-Rice
1 sibling, 1 reply; 7+ messages in thread
From: Andy Tai @ 2023-02-11 23:59 UTC (permalink / raw)
To: Eric Brown, guix-devel
For these interested, this issue/patch adds emacs using motif to Guix
https://issues.guix.gnu.org/61421
Please review... etc.
On Sun, Jan 8, 2023 at 7:01 PM Eric Brown <eric.c.brown@mac.com> wrote:
> My interest in this package is because
> openmotif is the best of the X window managers that do not suffer from
> a rather infamous and longstanding GTK bug which will bring down Emacs.
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding motif to guix
2023-02-11 23:59 ` Andy Tai
@ 2023-02-12 15:12 ` Tobias Geerinckx-Rice
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Geerinckx-Rice @ 2023-02-12 15:12 UTC (permalink / raw)
To: guix-devel, Andy Tai, Eric Brown
Hi!
Not a review, but how is *tif ‘not an X toolkit’...? Why not just say it ‘uses *tif’, instead?
Kind regards,
T G-R
Sent on the go. Excuse or enjoy my brevity.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-02-12 15:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-08 23:50 adding motif to guix Andy Tai
2023-01-09 0:15 ` Eric Brown
2023-01-09 0:25 ` Andy Tai
2023-01-09 3:01 ` Eric Brown
2023-01-09 17:40 ` David Pirotte
2023-02-11 23:59 ` Andy Tai
2023-02-12 15:12 ` Tobias Geerinckx-Rice
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.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.