Re: Guile text editor

2018-12-01 Thread Maxim Cournoyer
Hello, writes: [...] > I need info how to activate parentheses highlighting in Emacs, and may be > configure exactly as in my pic left side. Slap (show-paren-mode) in your ~/.emacs :-). You'll also want (electric-pair-mode). Also try paredit, it makes editing Lisp/Scheme much more pleasant.

Re: Guile text editor

2018-11-29 Thread Joshua Branson
writes: > Thank you, Catonano! There are such options in Gedit! > > Comparing with that highlighting in emacs (left) http://0x0.st/s004.png > this gedit highlighting is so poor. > > I need info how to activate parentheses highlighting in Emacs, and may be > configure exactly as in my pic left

Re: Guile text editor

2018-11-28 Thread Efraim Flashner
On Wed, Nov 28, 2018 at 06:22:52PM +0100, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > On Wed, Nov 28, 2018 at 11:59:15AM +0100, Pierre Neidhardt wrote: > >> I suspect most Guix developers use Emacs with the Geiser mode for enhanced > >> Scheme integration. > >> > >> A segfault on

Re: Guile text editor

2018-11-28 Thread Ludovic Courtès
Efraim Flashner skribis: > On Wed, Nov 28, 2018 at 11:59:15AM +0100, Pierre Neidhardt wrote: >> I suspect most Guix developers use Emacs with the Geiser mode for enhanced >> Scheme integration. >> >> A segfault on "C-x u"? (you mean undo?) Very strange. Can you reproduce a >> specific recipe?

Re: Guile text editor

2018-11-28 Thread hub . lombard
Hello znavko, Weird, I use Gedit and it's OK for parentheses in 'config.scm'. Maybe remove and re-install Gedit? - Mail original - De: zna...@tutanota.com À: "Help Guix" Envoyé: Mercredi 28 Novembre 2018 11:22:41 Objet: Guile text editor Hello, developers! Parentheses in config.scm

Re: Guile text editor

2018-11-28 Thread Catonano
Il giorno mer 28 nov 2018 alle ore 11:47 ha scritto: > Hello, developers! Parentheses in config.scm obstruct reading. Gedit does > not highlight them, geany does not exists in guix, emacs highlights, but it > is buggie: when I press c-x u many times this causes segmentation fault and > it

Re: Guile text editor

2018-11-28 Thread znavko
I've installed `guix package -i emacs-geiser` and open `emacs /etc/config.scm` Then 'M-x run-geiser' and it displayed in a half-window scree scheme. Here pic: http://0x0.st/s004.png Video shows much better code editing: https://www.youtube.com/watch?v=T6jGBWfqafc

Re: Guile text editor

2018-11-28 Thread Pierre Neidhardt
> One more: when I've installed guile-emacs, emacs was starting for 30 seconds. > I > deleted guile-emacs, and now emacsstarts quickly (1-2 seconds). But I think it > works slower than geany. I need info how disable unnecessary stuff. How fast does Emacs start when run as `emacs -Q`? You can

Re: Guile text editor

2018-11-28 Thread Efraim Flashner
On Wed, Nov 28, 2018 at 11:59:15AM +0100, Pierre Neidhardt wrote: > I suspect most Guix developers use Emacs with the Geiser mode for enhanced > Scheme integration. > > A segfault on "C-x u"? (you mean undo?) Very strange. Can you reproduce a > specific recipe? Is it just in Guile files? What

Re: Guile text editor

2018-11-28 Thread Pierre Neidhardt
I suspect most Guix developers use Emacs with the Geiser mode for enhanced Scheme integration. A segfault on "C-x u"? (you mean undo?) Very strange. Can you reproduce a specific recipe? Is it just in Guile files? What minor modes are you running? Is it terminal or graphical Emacs? Note that