From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eike Newsgroups: gmane.emacs.help Subject: Re: View log files with emacs Date: Tue, 17 Feb 2015 21:04:56 +0100 Message-ID: <873864uwwn.fsf@ithaka.home> References: <871tloczw8.fsf@eknet.org> <87sie4z7p0.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1424203539 1973 80.91.229.3 (17 Feb 2015 20:05:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2015 20:05:39 +0000 (UTC) Cc: help-gnu-emacs To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 17 21:05:25 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YNoOa-0000u2-GN for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2015 21:05:24 +0100 Original-Received: from localhost ([::1]:47160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNoOZ-00080y-Tb for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2015 15:05:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNoOJ-0007w7-OW for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 15:05:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNoOF-0003yQ-P2 for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 15:05:07 -0500 Original-Received: from static.134.107.40.188.clients.your-server.de ([188.40.107.134]:57205 helo=eknet.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNoOF-0003wU-Jp for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 15:05:03 -0500 Original-Received: from 84-73-242-183.dclient.hispeed.ch ([84.73.242.183] helo=ithaka.home.eknet.org) by eknet.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1YNoOE-0004F5-5k; Tue, 17 Feb 2015 20:05:02 +0000 In-reply-to: <87sie4z7p0.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 188.40.107.134 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:102765 Archived-At: Alex Kost writes: > Drew Adams (2015-02-17 18:43 +0300) wrote: > >>> I have to look at some log files more often now and was wondering if >>> there are some handy things for emacs in that regard? I'm aware of >>> log4j-mode, but couldn't find more. It's for java (logback and log4j) >>> log files so I'd like to do fold stacktraces etc and also remove certain >>> parts I'm not interested in to make the file smaller (we seem to log >>> more useless than useful stuff…). >> >> I see this library when I search for "log" on Emacs Wiki. >> No idea how helpful it will be for you, however. >> >> http://www.emacswiki.org/emacs/syslog-mode.el > > It is maintained at and it's > available on MELPA. Ah, I really missed this one although I was searching through the melpa package list… thank you! This looks good at first sight.