From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: visiting large files Date: Tue, 04 Oct 2011 15:11:32 +0200 Message-ID: <8339f8sxyz.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1317733940 26813 80.91.229.12 (4 Oct 2011 13:12:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Oct 2011 13:12:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 04 15:12:16 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RB4nA-0001qa-CP for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Oct 2011 15:12:16 +0200 Original-Received: from localhost ([::1]:56366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB4n6-0006sq-NE for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Oct 2011 09:12:12 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB4my-0006nG-LZ for help-gnu-emacs@gnu.org; Tue, 04 Oct 2011 09:12:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RB4mx-0002ZF-Dm for help-gnu-emacs@gnu.org; Tue, 04 Oct 2011 09:12:04 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB4mw-0002Z0-WC for help-gnu-emacs@gnu.org; Tue, 04 Oct 2011 09:12:03 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LSJ00A00LGP0P00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Tue, 04 Oct 2011 15:11:31 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.91.138]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LSJ009FYLZ72H40@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Tue, 04 Oct 2011 15:11:31 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82443 Archived-At: > From: mehran khajavi > Date: Tue, 4 Oct 2011 14:08:16 +0330 > > How can I visit large files (about 100mg) and edit them with a high speed > and no high CPU processing? > when i open a same file with vim it will process it so faster than emacs > i searched a little and found http://www.emacswiki.org/emacs/vlf.el but it > doesn't solve my problem > > I tested the file with also the fundamental-mode of emacs on it's buffer, > but not good enough Does it help to visit the file with M-x find-file-literally RET filename RET ? If not, please tell what kind of file is that. Can you make it available somewhere?