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.help Subject: Re: Emacs opens only first 16384 bytes of file?! Date: Sun, 12 Feb 2023 13:45:49 +0200 Message-ID: <83357bhzte.fsf@gnu.org> References: <87h6vrucl7.fsf@drac> <87mt5jscs2.fsf@telefonica.net> <87cz6ftdc9.fsf@drac> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18272"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 12 12:47:23 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 1pRApH-0004a4-Fm for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 12 Feb 2023 12:47:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRAoN-0004o8-E9; Sun, 12 Feb 2023 06:46:27 -0500 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 1pRAoC-0004mC-Fl for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 06:46:16 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRAoC-0006m3-4Z for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 06:46:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Eq1JMU+PV6GI9MjnXk7RVIt/E14zi0YPVId2OhJzFoA=; b=GLVEwwsfdWNofdeVKbC7 60K5qnDH/a2R/xwg+U22tJqqUmuQSB0DJBwE4UpWIHhlKZ+OivN9swsqPxJk67wSI9RZP3BxBiQsT de0AK3z72Pji1fI4BAiB9KNrm8lE265aN+qBqt/5lv8d2uwB89yxxywlGkv6I+5UZNsu2qWAEH78w 7KrQzRS8k3dbhm28+gXzwZOOkFrRW/GOJeRQVDq7bpy3LHvAIMUQFFx/d+dWcSnvTfSimSH6kg2NG HapKsfS1luzeG7s5z/DoXk6HWVhGEGetI077cyLyli2vqo0YlERF9qrEsezMFipoT5wFb8CGzWNwk CZ51zqpJIFkbSg==; Original-Received: from [87.69.77.57] (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 1pRAoB-0002Hv-HZ for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 06:46:15 -0500 In-Reply-To: <87cz6ftdc9.fsf@drac> (message from Christoph Groth on Sun, 12 Feb 2023 10:58:14 +0100) 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:142725 Archived-At: > From: Christoph Groth > Cc: Óscar Fuentes , help-gnu-emacs@gnu.org > Date: Sun, 12 Feb 2023 10:58:14 +0100 > > However, no other programs (including editors) seem to have a problem > with this. So it really must be Emacs trying to be clever. Not clever, but flexible, powerful, and performant. Which other program supports on-the-fly decoding of non-ASCII text in so many encodings? > Should I report this to bug-gnu-emacs@gnu.org, or is posting on this > list enough? Or should I open a ticket with debbugs.gnu.org? A bug for this already exists: bug#9800. A possible solution was also pointed out there.