unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22189: 25.1.50; [PATCH] Add `global-goto-address-mode' and `global-goto-address-prog-mode'
@ 2015-12-16 14:15 Vaidheeswaran C
  2015-12-17 16:55 ` Eli Zaretskii
  0 siblings, 1 reply; 14+ messages in thread
From: Vaidheeswaran C @ 2015-12-16 14:15 UTC (permalink / raw)
  To: 22189

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-Add-global-goto-address-mode-and-global-goto-address.patch --]
[-- Type: text/x-diff, Size: 1039 bytes --]

From 137e8b559e0e8aaf9f82120ec83c86e377684e94 Mon Sep 17 00:00:00 2001
From: Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com>
Date: Wed, 16 Dec 2015 19:41:23 +0530
Subject: [PATCH] Add `global-goto-address-mode' and
 `global-goto-address-prog-mode'

* lisp/net/goto-addr.el(global-goto-address-mode)
(global-goto-address-prog-mode): Add these.
---
 lisp/net/goto-addr.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el
index 51d8ed1..fa3ed26 100644
--- a/lisp/net/goto-addr.el
+++ b/lisp/net/goto-addr.el
@@ -301,6 +301,14 @@ goto-address-prog-mode
       (widen)
       (goto-address-unfontify (point-min) (point-max)))))
 
+;;;###autoload
+(define-globalized-minor-mode global-goto-address-mode
+  goto-address-mode goto-address-mode :group 'goto-address)
+
+;;;###autoload
+(define-globalized-minor-mode global-goto-address-prog-mode
+  goto-address-prog-mode goto-address-prog-mode :group 'goto-address)
+
 (provide 'goto-addr)
 
 ;;; goto-addr.el ends here
-- 
2.1.4






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

end of thread, other threads:[~2016-02-23  4:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16 14:15 bug#22189: 25.1.50; [PATCH] Add `global-goto-address-mode' and `global-goto-address-prog-mode' Vaidheeswaran C
2015-12-17 16:55 ` Eli Zaretskii
2015-12-18  2:50   ` Vaidheeswaran C
2015-12-18  7:00     ` Eli Zaretskii
2015-12-18  7:16       ` Vaidheeswaran C
2015-12-18  8:59         ` Eli Zaretskii
2015-12-19  3:36           ` Vaidheeswaran C
2015-12-19  7:49             ` Eli Zaretskii
2015-12-19  9:32               ` Vaidheeswaran C
2015-12-19 19:24               ` Glenn Morris
2015-12-20  5:39                 ` Vaidheeswaran C
2016-02-23  4:38                 ` Lars Ingebrigtsen
2015-12-20 22:37   ` John Wiegley
2015-12-21  3:46     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).