unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "LaFreniere\, Joseph" <joseph@lafreniere.xyz>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 39986@debbugs.gnu.org
Subject: [bug#39986] [PATCH] gnu: emacs-browse-at-remote: Update to 0.14.0.
Date: Sun, 08 Mar 2020 14:39:26 -0500	[thread overview]
Message-ID: <878ska8wlt.fsf@lafreniere.xyz> (raw)
In-Reply-To: <87v9ned5op.fsf@nicolasgoaziou.fr>

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]


Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>> @@ -10805,11 +10805,30 @@ Idris.")
>>       `(#:tests? #t
>
> The above can be removed since this is the default value.

Noted.


>
>> +@item magit-mode buffers representing code, and
>> +@item vc-annotate-mode buffers.
>> +@end itemize\n")
>
> Nitpick: I think this final newline character can be removed.

Indeed.  I included it following many of the other package 
definitions in the file, but removing it seems to make no 
difference in the resulting description.

>> +The supported types of Emacs buffers include
>> +@itemize
>> +@item file buffers,
>> +@item dired buffers,
>
> Dired buffers

All three changes have been applied.  Please find the new patch 
file attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-browse-at-remote-Update-to-0.14.0.patch --]
[-- Type: text/x-patch, Size: 2495 bytes --]

From b27700a79cbbfef3f87468bc82b1577485ff855d Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sun, 8 Mar 2020 13:52:20 -0500
Subject: [PATCH] gnu: emacs-browse-at-remote: Update to 0.14.0.

* gnu/packages/emacs-xyz.scm (emacs-browse-at-remote): Update to 0.14.0.
---
 gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e09ec9b278..5fc8ed6a4c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10785,7 +10785,7 @@ Idris.")
 (define-public emacs-browse-at-remote
   (package
     (name "emacs-browse-at-remote")
-    (version "0.10.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -10794,7 +10794,7 @@ Idris.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args"))))
+        (base32 "0bx4ns0jb0sqrjk1nsspvl3mhz3n12925azf7brlwb1vcgnji09v"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-f" ,emacs-f)
@@ -10802,14 +10802,32 @@ Idris.")
     (native-inputs
      `(("ert-runner" ,emacs-ert-runner)))
     (arguments
-     `(#:tests? #t
-       #:test-command '("ert-runner")))
+     `(#:test-command '("ert-runner")))
     (home-page "https://github.com/rmuslimov/browse-at-remote")
-    (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
+    (synopsis "Open a local file's corresponding Git forge page from Emacs")
     (description
-     "This Emacs package allows you to open a target page on
-github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
-It supports dired buffers and opens them in tree mode at destination.")
+     "This Emacs package allows you to open the web page of a Git forge that
+corresponds to a local checkout of a given file.
+
+The currently supported forges are
+@itemize
+@item Atlassian Bitbucket,
+@item Atlassian Stash,
+@item Fedora Pagure,
+@item GitHub (including gists),
+@item GitLab,
+@item Phabricator,
+@item git.savannah.gnu.org, and
+@item sourcehut.
+@end itemize
+
+The supported types of Emacs buffers include
+@itemize
+@item file buffers,
+@item Dired buffers,
+@item magit-mode buffers representing code, and
+@item vc-annotate-mode buffers.
+@end itemize")
     (license license:gpl3+)))
 
 (define-public emacs-tiny
-- 
2.25.1


  reply	other threads:[~2020-03-08 19:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08 18:54 [bug#39986] [PATCH] gnu: emacs-browse-at-remote: Update to 0.14.0 LaFreniere, Joseph
2020-03-08 19:09 ` Nicolas Goaziou
2020-03-08 19:39   ` LaFreniere, Joseph [this message]
2020-11-21  8:50     ` bug#39986: " Christopher Baines

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=878ska8wlt.fsf@lafreniere.xyz \
    --to=joseph@lafreniere.xyz \
    --cc=39986@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /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).