Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 532884

Summary: =app-emacs/multi-term-1.2: new package
Product: Gentoo Linux Reporter: Michael Orlitzky <mjo>
Component: New packagesAssignee: Emacs project <emacs>
Status: RESOLVED FIXED    
Severity: normal Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: multi-term-1.2.ebuild
multi-term-1.2.ebuild
50multi-term-gentoo.el

Description Michael Orlitzky gentoo-dev 2014-12-17 20:06:47 UTC
Created attachment 391886 [details]
multi-term-1.2.ebuild

I find this useful, but the emacs team may want it. IMO the most important feature is that your terminal buffer goes away when you type "exit" =)

If not, I can maintain it.
Comment 1 Ulrich Müller gentoo-dev 2014-12-18 09:03:41 UTC
We need a site-init file too. Would the following be enough, or do we need more autoloads (like "multi-term-dedicated-open")?

(add-to-list 'load-path "@SITELISP@")
(autoload 'multi-term "multi-term"
  "Create new term buffer.
Will prompt you shell name when you type `C-u' before this command." t)
Comment 2 Michael Orlitzky gentoo-dev 2014-12-18 14:22:54 UTC
Oh, nice, I didn't realize that the autoload gave you tab-completion for the trigger command.

The only way I start multi-term is with M-x multi-term, but reading the docs, it looks like multi-term-dedicated-open is legitimate as well.

Note: the homepage seems to have disappeared from the Wiki, but the URL is correct: I think someone deleted it.
Comment 3 Michael Orlitzky gentoo-dev 2015-01-10 16:50:56 UTC
Created attachment 393626 [details]
multi-term-1.2.ebuild
Comment 4 Michael Orlitzky gentoo-dev 2015-01-10 16:51:39 UTC
Created attachment 393628 [details]
50multi-term-gentoo.el

This site file seems to work. I updated the URLs in the ebuild for emacswiki's new host.
Comment 5 Ulrich Müller gentoo-dev 2015-01-10 19:45:08 UTC
Thanks.

*multi-term-1.2 (10 Jan 2015)

  10 Jan 2015; Ulrich Müller <ulm@gentoo.org> +multi-term-1.2.ebuild,
  +files/50multi-term-gentoo.el, +metadata.xml:
  Initial import, bug 532884. Ebuild contributed by Michael Orlitzky
  <mjo@gentoo.org>.