public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Add emacs build with LUCID X toolkit ?
@ 2018-03-05 13:22 Alejandro Benitez
  2018-03-05 14:03 ` Ken Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Benitez @ 2018-03-05 13:22 UTC (permalink / raw)
  To: The Cygwin Mailing List

Hi,
I often painstakingly work on my build of emacs and never look back, praying to never come back, but then I get some annoyances such as vfork issues I can't fix. I will go further on this in a different post.

So, if there's anyone related to the Cygwin's emacs package, pretty please change the widget choice from gtk to lucid / athena, it adds a lot more power to emacs. Otherwise, every time you close the X Server, emacs running in server mode will crash due to a longstanding gtk bug when X display is disconnected. Emacs even outputs a friendly last message with a link to the bug before crashing.

Emacs folks tend to have an eternal emacs server instance running on their PCs that often / can endure killing the Windows console session and then resuming it at your next logon or just keep the fun via ssh. We can't do this with Cygwin's emacs package, so it needs to build emacs yourself. Maybe add a new emacs-lucid package ? And really I guess most emacs users just remove tool-bars, menu-bars, scroll-bars first thing in their config file and use the keyboard. Thanks!

Same request to Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1471258

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Add emacs build with LUCID X toolkit ?
  2018-03-05 13:22 Add emacs build with LUCID X toolkit ? Alejandro Benitez
@ 2018-03-05 14:03 ` Ken Brown
  2018-03-05 14:08   ` Keith Christian
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ken Brown @ 2018-03-05 14:03 UTC (permalink / raw)
  To: cygwin

On 3/5/2018 8:21 AM, Alejandro Benitez wrote:
> Hi,
> I often painstakingly work on my build of emacs and never look back, praying to never come back, but then I get some annoyances such as vfork issues I can't fix. I will go further on this in a different post.

vfork issues almost always indicate a need to do a full rebase.  See

   https://cygwin.com/faq/faq.html#faq.using.fixing-fork-failures .

Or switch from 32-bit Cygwin to 64-bit Cygwin, where such problems are 
extremely rare.

> Maybe add a new emacs-lucid package ?

Cygwin's emacs uses GTK+ because that's the default for an emacs build 
on all unix-like platforms.  But I'll think about adding an emacs-lucid 
package for the next emacs release.  It would be good to know how much 
demand there is for this.  Are there other emacs-X11 users who would 
prefer the Lucid toolkit?

Ken


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Add emacs build with LUCID X toolkit ?
  2018-03-05 14:03 ` Ken Brown
@ 2018-03-05 14:08   ` Keith Christian
  2018-03-05 16:42   ` Markus Hoenicka
  2018-03-07 17:41   ` Alejandro Benitez
  2 siblings, 0 replies; 5+ messages in thread
From: Keith Christian @ 2018-03-05 14:08 UTC (permalink / raw)
  To: cygwin

Ken,

I use Emacs infrequently, but others might start using it if an
emacs-lucid build means a better performing Emacs on Cygwin.

You'd have Alejandro as a happy customer  (-:

Keith

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Add emacs build with LUCID X toolkit ?
  2018-03-05 14:03 ` Ken Brown
  2018-03-05 14:08   ` Keith Christian
@ 2018-03-05 16:42   ` Markus Hoenicka
  2018-03-07 17:41   ` Alejandro Benitez
  2 siblings, 0 replies; 5+ messages in thread
From: Markus Hoenicka @ 2018-03-05 16:42 UTC (permalink / raw)
  To: cygwin

At 2018-03-05 15:03, Ken Brown was heard to say:
> On 3/5/2018 8:21 AM, Alejandro Benitez wrote:
>> Hi,
>> I often painstakingly work on my build of emacs and never look back, 
>> praying to never come back, but then I get some annoyances such as 
>> vfork issues I can't fix. I will go further on this in a different 
>> post.
> 
> vfork issues almost always indicate a need to do a full rebase.  See
> 
>   https://cygwin.com/faq/faq.html#faq.using.fixing-fork-failures .
> 
> Or switch from 32-bit Cygwin to 64-bit Cygwin, where such problems are
> extremely rare.
> 
>> Maybe add a new emacs-lucid package ?
> 
> Cygwin's emacs uses GTK+ because that's the default for an emacs build
> on all unix-like platforms.  But I'll think about adding an
> emacs-lucid package for the next emacs release.  It would be good to
> know how much demand there is for this.  Are there other emacs-X11
> users who would prefer the Lucid toolkit?
> 

As an avid emacs user I have no desire to switch to emacs-lucid. If the 
extra work to provide both packages is limited, it would not hurt to 
have both packages though.

just my 2 cc
Markus

-- 
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Add emacs build with LUCID X toolkit ?
  2018-03-05 14:03 ` Ken Brown
  2018-03-05 14:08   ` Keith Christian
  2018-03-05 16:42   ` Markus Hoenicka
@ 2018-03-07 17:41   ` Alejandro Benitez
  2 siblings, 0 replies; 5+ messages in thread
From: Alejandro Benitez @ 2018-03-07 17:41 UTC (permalink / raw)
  To: cygwin

> vfork issues almost always indicate a need to do a full rebase.

Thank you. I really should have clarified that, I did try several rebaseall approaches to no avail. It seems this emacs build is a bit dated (March 2017) and might be linking to some dll files rebaseall is not honoring. I will post this or a related question in a new thread as soon as I can perform further tests. I just didn't want to wait to do the emacs build with lucid x toolkit suggestion.


El 05/03/2018 a las 11:03 a.m., Ken Brown escribió:
> On 3/5/2018 8:21 AM, Alejandro Benitez wrote:
>> Hi,
>> I often painstakingly work on my build of emacs and never look back, 
>> praying to never come back, but then I get some annoyances such as 
>> vfork issues I can't fix. I will go further on this in a different post.
>
> vfork issues almost always indicate a need to do a full rebase. See
>
>   https://cygwin.com/faq/faq.html#faq.using.fixing-fork-failures .
>
> Or switch from 32-bit Cygwin to 64-bit Cygwin, where such problems are 
> extremely rare.
>
>> Maybe add a new emacs-lucid package ?
>
> Cygwin's emacs uses GTK+ because that's the default for an emacs build 
> on all unix-like platforms.  But I'll think about adding an 
> emacs-lucid package for the next emacs release.  It would be good to 
> know how much demand there is for this.  Are there other emacs-X11 
> users who would prefer the Lucid toolkit?
>
> Ken
>
>
> -- 
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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

end of thread, other threads:[~2018-03-07 15:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 13:22 Add emacs build with LUCID X toolkit ? Alejandro Benitez
2018-03-05 14:03 ` Ken Brown
2018-03-05 14:08   ` Keith Christian
2018-03-05 16:42   ` Markus Hoenicka
2018-03-07 17:41   ` Alejandro Benitez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).