all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joshua Branson <jbranso@fastmail.com>
To: help-guix@gnu.org
Subject: Re: Guile text editor
Date: Thu, 29 Nov 2018 07:31:30 -0500	[thread overview]
Message-ID: <8736rknjz1.fsf@fastmail.com> (raw)
In-Reply-To: <LSQ4tHc--3-1@tutanota.com> (znavko's message of "Wed, 28 Nov 2018 17:12:13 +0100 (CET)")

<znavko@tutanota.com> 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 side.

You probably want guix package -i emacs-rainbow-delimiters.

(add-hook 'scheme-mode-hook 'rainbow-delimiters-mode)
(add-hook 'emacs-lisp-mode-hook 'rainbow-delimiters-mode)

Also you probably don't want to use the standard emacs theme.  It's
ugly.  You should try zenburn-theme.  

M-x list-packages RET

Install zenburn-theme.  (It's one of the better ones https://github.com/bbatsov/zenburn-emacs).

Tweaking your Emacs takes a lifetime.  :)

You might also want to try an Emacs distribution:

- Spacemacs is beautiful!  http://spacemacs.org/
- prelude https://github.com/bbatsov/prelude
- Graphene https://github.com/rdallasgray/graphene
- Emacs Bootstrap http://emacs-bootstrap.com/
- Frontmacs https://github.com/thefrontside/frontmacs
- Steve Purcell's config https://github.com/purcell/emacs.d
  I personally cloned his a long time ago.

>
> Nov 28, 2018, 3:34 PM by catonano@gmail.com:
>
>  I used Emacs with some mode for parens highlighting
>
>  Now that I'm on Xubuntu (and when I was on Fedora) I used Gedit with a setting to highlight parenses
>
>  Maybe it can be compiled in such a way to offer such setting in its settings window ?
>
>  I don't know
>
>  This is a shot of the Gedit settings window on Xubuntu, see the last checkbox on the bottom ?
>  https://imgur.com/a/LOcDIhd
>
>  Which text editor from guixsd repository can highlight guile parentheses?

  reply	other threads:[~2018-11-29 12:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-28 10:22 Guile text editor znavko
2018-11-28 10:59 ` Pierre Neidhardt
2018-11-28 11:08   ` Efraim Flashner
2018-11-28 12:00     ` znavko
2018-11-28 12:15       ` Pierre Neidhardt
2018-11-28 17:22     ` Ludovic Courtès
2018-11-28 17:54       ` Efraim Flashner
2018-11-28 12:34 ` Catonano
2018-11-28 16:12   ` znavko
2018-11-29 12:31     ` Joshua Branson [this message]
2018-12-02  4:28     ` Maxim Cournoyer
2018-11-28 12:45 ` hub.lombard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736rknjz1.fsf@fastmail.com \
    --to=jbranso@fastmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.