From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: redisplay system of emacs Date: Sat, 30 Jan 2010 12:08:03 +0100 Organization: Organization?!? Message-ID: <87zl3vetpo.fsf@lola.goethe.zz> References: <4B633B7C.8030700@gmx.de> <87aavwrw0r.fsf@xemacs.org> <87bpgbgbpk.fsf@lola.goethe.zz> <87y6jfrh4w.fsf@xemacs.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264849726 32601 80.91.229.12 (30 Jan 2010 11:08:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Jan 2010 11:08:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 30 12:08:43 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NbBBy-0005uq-Di for ged-emacs-devel@m.gmane.org; Sat, 30 Jan 2010 12:08:42 +0100 Original-Received: from localhost ([127.0.0.1]:34051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbBBx-0007hS-NE for ged-emacs-devel@m.gmane.org; Sat, 30 Jan 2010 06:08:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbBBq-0007hN-DI for emacs-devel@gnu.org; Sat, 30 Jan 2010 06:08:34 -0500 Original-Received: from [199.232.76.173] (port=47401 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbBBp-0007hF-4Q for emacs-devel@gnu.org; Sat, 30 Jan 2010 06:08:33 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbBBn-0002cj-Vm for emacs-devel@gnu.org; Sat, 30 Jan 2010 06:08:33 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34579) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbBBn-0002cf-LE for emacs-devel@gnu.org; Sat, 30 Jan 2010 06:08:31 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NbBBl-0005oz-D6 for emacs-devel@gnu.org; Sat, 30 Jan 2010 12:08:29 +0100 Original-Received: from p5b2c1f67.dip.t-dialin.net ([91.44.31.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Jan 2010 12:08:29 +0100 Original-Received: from dak by p5b2c1f67.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Jan 2010 12:08:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5b2c1f67.dip.t-dialin.net X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:DVWwiUZRn96u9Uks29AOFemp92o= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120684 Archived-At: "Stephen J. Turnbull" writes: > David Kastrup writes: > > > most-positive-fixnum => 536870911 > > Oops. I wish you had posted 30 minutes earlier, I just misquoted > myself in another channel. Thank you (and Eli) for the correction, > anyway. This value has been in flux, anyway. I suppose it might at one point of time reach the 1GB value of XEmacs (which is pretty much the maximum power of 2 possible for tagged words). > > > log files, there's nothing like (X)Emacs! > > > less is better, actually. I need my virtual memory for other things > > than decorated log files. > > I don't decorate the log files. I use things like M-x occur or M-x > delete-non-matching lines on them, though. Does less support such > features now? Well, you can search for non-matches by starting the regexp with !. And you can limit the display to matching/non-matching lines using &. And you can search across multiple files with specific search pattern characters as well. It's not really all too bad. -- David Kastrup