emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57036: closed ([PATCH] gnu: Add emacs-mini-frame.)


From: GNU bug Tracking System
Subject: bug#57036: closed ([PATCH] gnu: Add emacs-mini-frame.)
Date: Tue, 16 Aug 2022 19:31:01 +0000

Your message dated Tue, 16 Aug 2022 21:30:07 +0200
with message-id <8c37eff6c7becb21431b7c71084fdacd15519dff.camel@gmail.com>
and subject line Re: [PATCH] gnu: Add emacs-mini-frame.
has caused the debbugs.gnu.org bug report #57036,
regarding [PATCH] gnu: Add emacs-mini-frame.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57036: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57036
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-mini-frame. Date: Sun, 7 Aug 2022 14:53:12 +0200
* gnu/packages/emacs-xyz.scm (emacs-mini-frame): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c1d322db3..1fc4442e90 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31967,3 +31967,26 @@ (define-public emacs-vundo
 tree to go back to previous buffer states.  To use vundo, type @kbd{M-x vundo 
RET} in
 the buffer you want to undo.  An undo tree buffer should pop up.")
     (license license:gpl3+)))
+
+(define-public emacs-mini-frame
+  (package
+    (name "emacs-mini-frame")
+    (version "20220627.2041")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://melpa.org/packages/mini-frame-";
+                                  version ".el"))
+              (sha256
+               (base32
+                "0xn5glw1159l7qg216yvi56clax9lbx4prrv28y1pkxyrqqwwl8d"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/muffinmad/emacs-mini-frame";)
+    (synopsis "Show minibuffer in child frame")
+    (description
+     "Place minibuffer at the top of the current frame on read-from-minibuffer.
+
+@dfn{mini-frame-mode} makes an advice around read-from-minibuffer function to
+create and show minibuffer-only child frame to accept input. @code{find-file}
+and similar functions associated mini-buffers may appear at the center of the
+screen and not at the bottom.")
+    (license license:gpl3+)))
-- 
2.37.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Add emacs-mini-frame. Date: Tue, 16 Aug 2022 21:30:07 +0200 User-agent: Evolution 3.42.1
Hi,

Am Montag, dem 08.08.2022 um 10:32 +0200 schrieb
contact@phfrohring.com:
> > We don't do MELPA versions here. Use git with git-version please.
> > Refer to the "Version:" header in the source file to get the base
> > version.
> 
> Thank you for your quick reply.
> Here is a patch with your remarks taken into account.
I moved the package around a little, slightly reworded the description,
and pushed it.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]