From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: support for emacs multi-term for v25 in Ubuntu 18.04 Date: Fri, 18 Jan 2019 18:51:54 +0100 Message-ID: <871s59x39h.fsf@telefonica.net> References: <87d0otvrjd.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1547833912 7894 195.159.176.226 (18 Jan 2019 17:51:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2019 17:51:52 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) Cc: Jayaram Radhakrishnan , help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 18 18:51:48 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gkYIz-0001ri-KY for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2019 18:51:45 +0100 Original-Received: from localhost ([127.0.0.1]:44636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkYL6-0001CG-K4 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2019 12:53:56 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkYKd-0001Bh-5F for help-gnu-emacs@gnu.org; Fri, 18 Jan 2019 12:53:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkYKb-0008Fn-I9 for help-gnu-emacs@gnu.org; Fri, 18 Jan 2019 12:53:26 -0500 Original-Received: from relayout04.e.movistar.es ([86.109.101.204]:35697 helo=relayout04-redir.e.movistar.es) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkYKU-0007vs-La; Fri, 18 Jan 2019 12:53:22 -0500 Original-Received: from sky (141.red-79-151-141.dynamicip.rima-tde.net [79.151.141.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout04.e.movistar.es (Postfix) with ESMTPSA id 43h7mp6Wbsz1Bct; Fri, 18 Jan 2019 18:51:54 +0100 (CET) In-Reply-To: <87d0otvrjd.fsf@gnu.org> (Tassilo Horn's message of "Fri, 18 Jan 2019 17:50:30 +0100") X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.151.141.141 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout04 X-TnetOut-MsgID: 43h7mp6Wbsz1Bct.AABDB X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1548438715.88299@hQndzvodyfxijx7djdsggQ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.109.101.204 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119122 Archived-At: Tassilo Horn writes: > Jayaram Radhakrishnan writes: > >> I need support for below requirement >> >> https://askubuntu.com/questions/1110619/emacs-multi-term-support-for-version-25-ubuntu-18-04 > > In that posting you say you're "unable to enable the multi-term support" > in Emacs 25 without giving any further details except that you've tried > compiling an older Emacs version. > > What did you do exactly in order to install multi-term in Emacs 25, and > how did you try to enable it? What were the results (error, messages)? I think that the OP is confused about how multi-term is installed. He seems to think that multi-term is an Emacs built-in feature that can be enabled or disabled at compile time. To the OP: read the install instructions for multi-term on https://www.emacswiki.org/emacs/MultiTerm#toc3 If you don't know what `load-path' is, put on your .emacs file: (add-to-list 'load-path "~/my-emacs-packages") (require 'multi-term) Create a directory named "my-emacs-packages" in your home directory, copy multi-term.el to that directory, restart Emacs and multi-term should be functional. For further information about load-path, on Emacs do C-h v load-path [ENTER] Also read the info node titled "The Emacs Initialization File" in the Emacs manual (C-h i [ENTER])