From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Compiling Emacs from source for hacking on it Date: Wed, 01 Jun 2022 05:42:27 +0300 Message-ID: <83k0a1gl4c.fsf@gnu.org> References: <875yllucqd.fsf@disroot.org> <83ilplj1hj.fsf@gnu.org> <87r149smd4.fsf@disroot.org> <834k15irla.fsf@gnu.org> <87czftshas.fsf@disroot.org> <877d61sgfl.fsf@disroot.org> <83tu95h5id.fsf@gnu.org> <874k15rxxz.fsf@disroot.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34831"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Akib Azmain Turja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 01 04:44:20 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nwELL-0008uZ-Na for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 04:44:19 +0200 Original-Received: from localhost ([::1]:48764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwELK-0007d4-BH for ged-emacs-devel@m.gmane-mx.org; Tue, 31 May 2022 22:44:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56898) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwEJR-000685-8l for emacs-devel@gnu.org; Tue, 31 May 2022 22:42:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54886) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwEJQ-0007CP-WA; Tue, 31 May 2022 22:42:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=OXjFPULd6B2SdF57MEcNh5jNAYM1jueEUFwSuU9TkuM=; b=LjFLbdEAZjDp e379cPXz8ehXuRT1lMewLst2Cq23MSQDYcISptr/C5PTtU9I5ER1mSg38SO81Y28LdufnF40p2sBv afVEaMu8GQJ1x2euPzuecluYIaRaWMrW7UWb0hSme1CAwmaQCwUuFidioQU14H4IWtnLQpphm2EtJ FL5hRdnHVCHtCNHL/0PF/9Vo1bfIE7wFE0bFU8mSpzPLk/Ho1aNW9Ank5DhX9O8Jj7giADJgEj7Q2 /C/vfo+R4BEPusl+pEs/zzgLDH3W1thCus0NCevuR7JCOGOlzl/1m7TDtzmVsY4AInweLSdz1H0Nn NaSlZA+4+tOGKkpIn8hxTQ==; Original-Received: from [87.69.77.57] (port=3362 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwEJQ-0007z2-FU; Tue, 31 May 2022 22:42:20 -0400 In-Reply-To: <874k15rxxz.fsf@disroot.org> (message from Akib Azmain Turja on Wed, 01 Jun 2022 07:10:00 +0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290463 Archived-At: > From: Akib Azmain Turja > Cc: emacs-devel@gnu.org > Date: Wed, 01 Jun 2022 07:10:00 +0600 > > >> And I just noticed one more thing, though ./emacs -Q and ./temacs -Q > >> work in Term (term-mode) and Kitty, it doesn't work in Linux (kernel) > >> TTY. > > > > What does it mean "doesn't work" in this case? what actually happens > > if you try invoking "emacs -Q" on a Linux console? > > This error: > > "Can't open load file: No such file or directory, disp-table" disp-table.el is a package that comes with Emacs, so how come Emacs is unable to find it? Is this with an installed Emacs or with Emacs that you run uninstalled from its source tree?