From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.emacs.help Subject: Re: Emacs will show the scratch window instead of the tex document window when I double click on a tex document to open it. Date: Mon, 1 May 2023 13:38:35 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mFm0Uw9OW0jycVLr" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12850"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Hongyi Zhao Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 01 13:39:27 2023 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ptRsN-0003BD-Bo for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 01 May 2023 13:39:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ptRrs-0004Tf-Iq; Mon, 01 May 2023 07:38:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ptRre-0004TF-NT for help-gnu-emacs@gnu.org; Mon, 01 May 2023 07:38:44 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ptRrZ-00013N-TC for help-gnu-emacs@gnu.org; Mon, 01 May 2023 07:38:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=kQBI099y97cI+i6hLnwHiL/5upsx6sbfX6p4UFWhV7g=; b=P8pwy8gUan/AsiNKzNVPmDLZsl cWdIoYI9xnbTY6R9Z6w/ZAcIVO3g8y4BNqco7D7Q4WAQOx74AnajwfTEho+cG3H5FirzptHXS/SSK 67j3KVD23O2M0+jKzlj4YpPUBmp4+eA3E9FjuGI6G5af90gzZEa/cXJ9gEH+HNKk7/UtBIwIHbqHZ eacVL8OcLMhq3sP5Eg0i8VMgrQ+Rrk+hlB1m73qhu5NFrwmiLm435gBTmmQRPILV85kW5H/O13qF6 lnwqZzn+4XyRHk0mL7oiD8Oy71whp9iTvavPXbQtdkGtt+WJGq31Ei2QXuT9Tp0/dVc+Dw+Ebo0VK 8VJNh3sg==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1ptRrX-0004o9-Lj; Mon, 01 May 2023 13:38:35 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:143484 Archived-At: --mFm0Uw9OW0jycVLr Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 01, 2023 at 03:04:36PM +0800, Hongyi Zhao wrote: [...] > Another important clue, when the problem occurs, I noticed the > following in the *Messages* buffer: >=20 > font-lock-compile-keywords: Font-lock trying to use keywords > before setting them up >=20 > On the other hand, the correct open TeX file didn't trigger the above mes= sage. I don't even know what that message means: hopefully someone more expert in Emacs things can tell us. On the other hand, I can't imagine that this thing causes the file not being loaded. What happens when you click on the complex TeX file and then list the buffers in your Emacs (C-x b)? Does the buffer appear on the list? That would mean that the file is loaded, but Emacs still shows you the *scratch* buffer. Otherwise, the file doesn't get loaded at all. This might give hints to find the problem. Cheers --=20 t --mFm0Uw9OW0jycVLr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZE+kuwAKCRAFyCz1etHa Rnn8AJ43GmGA8iWTrwRkAEyzU/JNDvhQ3QCeJy0amtgD9ychIJLZAZR8+Tbrzzo= =MGAg -----END PGP SIGNATURE----- --mFm0Uw9OW0jycVLr--