unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 4/6] gnu: Add emacs-ace-window.
Date: Sun, 19 Jun 2016 20:16:49 +0300	[thread overview]
Message-ID: <87r3bt85fi.fsf@gmail.com> (raw)
In-Reply-To: <20160618161544.3643-4-rekado@elephly.net> (Ricardo Wurmus's message of "Sat, 18 Jun 2016 18:15:42 +0200")

Ricardo Wurmus (2016-06-18 19:15 +0300) wrote:

> * gnu/packages/emacs.scm (emacs-ace-window): New variable.
> ---
>  gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 5158059..7104165 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1804,6 +1804,31 @@ such as
>  @end enumerate\n")
>      (license license:gpl3+)))
>  
> +(define-public emacs-ace-window
> +  (package
> +    (name "emacs-ace-window")
> +    (version "0.9.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/abo-abo/ace-window/archive/"
> +                           version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "1p2sgfl5dml4zbd6ldql6lm2m9vmd236ah996ni32x254s48j5pn"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +     `(("emacs-avy" ,emacs-avy)))
> +    (home-page "https://github.com/abo-abo/ace-window")
> +    (synopsis "Quickly switch windows")

I don't have comments on this package except for the same question about
mentioning "Emacs".  Maybe: "Quickly switch windows in Emacs"?

> +    (description
> +     "@code{ace-window} is meant to replace @code{other-window}.
> +In fact, when there are only two windows present, @code{other-window} is
> +called.  If there are more, each window will have its first character
> +highlighted.  Pressing that character will switch to that window.")
> +    (license license:gpl3+)))
> +
>  (define-public emacs-clojure-mode
>    (package
>      (name "emacs-clojure-mode")

-- 
Alex

  reply	other threads:[~2016-06-19 17:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-18 16:15 [PATCH 1/6] gnu: Add emacs-ivy Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 2/6] gnu: Add emacs-hydra Ricardo Wurmus
2016-06-20  4:55   ` Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 3/6] gnu: Add emacs-avy Ricardo Wurmus
2016-06-19 17:13   ` Alex Kost
2016-06-20  4:40     ` Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 4/6] gnu: Add emacs-ace-window Ricardo Wurmus
2016-06-19 17:16   ` Alex Kost [this message]
2016-06-18 16:15 ` [PATCH 5/6] gnu: Add emacs-iedit Ricardo Wurmus
2016-06-19 17:26   ` Alex Kost
2016-06-18 16:15 ` [PATCH 6/6] gnu: Add emacs-lispy Ricardo Wurmus
2016-06-19 17:31   ` Alex Kost
2016-06-19 17:11 ` [PATCH 1/6] gnu: Add emacs-ivy Alex Kost
2016-06-20  4:43   ` Ricardo Wurmus

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87r3bt85fi.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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