From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Breaking news: What did the IETF ever do for us? The *entire* list! Date: Thu, 02 Apr 2015 13:59:38 +1100 Message-ID: <87ego3s09x.fsf@gmail.com> References: <87619f8dmk.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1427943610 9056 80.91.229.3 (2 Apr 2015 03:00:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2015 03:00:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 02 05:00:03 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 1YdVMQ-0006KQ-4P for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Apr 2015 05:00:02 +0200 Original-Received: from localhost ([::1]:55750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdVMP-00041q-24 for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Apr 2015 23:00:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdVME-00041Z-Li for help-gnu-emacs@gnu.org; Wed, 01 Apr 2015 22:59:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdVMB-0002tO-DS for help-gnu-emacs@gnu.org; Wed, 01 Apr 2015 22:59:50 -0400 Original-Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]:34796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdVMB-0002rn-5I for help-gnu-emacs@gnu.org; Wed, 01 Apr 2015 22:59:47 -0400 Original-Received: by pdbni2 with SMTP id ni2so74826349pdb.1 for ; Wed, 01 Apr 2015 19:59:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=fwzIuRiE3u3TPMIaxGJXAQMHadiXvc01CQpk5k6toM4=; b=wlW8KB96GB8mI3zYjQ6cmOVkc3JwBysBBIgK4sPsA4hsGobdH4v5n1rrX8vcPt0m0m Ferih/+xA5MK1egm9BcNADR3q8ZTTUEvjsokkhe03AgHTzE03vX1nBuerXecyfo8g6fl 1jwZ5iPGd7B41N/U7qeXYp7CNPUl2huqnA4erQONjZxi2/Xhgh6d93ntosKd9SIVa2lK /4rjr7YeZd7Upz1G6tH+CQiHy7G0zLK5uQDPycAlHLUO31nL6QFTrIZ+u7thc93p2ju8 XK2gJHOTXr8diLL4/PD+Rhgo1kctmi16q5Vs9WknN4/Jh0xR0I+aFjz9WKkNfJncOcT6 vc8Q== X-Received: by 10.68.193.66 with SMTP id hm2mr83281337pbc.14.1427943585291; Wed, 01 Apr 2015 19:59:45 -0700 (PDT) Original-Received: from localhost (CPE-120-147-144-248.gdiv2.lon.bigpond.net.au. [120.147.144.248]) by mx.google.com with ESMTPSA id d13sm3491329pdj.92.2015.04.01.19.59.43 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 01 Apr 2015 19:59:44 -0700 (PDT) In-reply-to: <87619f8dmk.fsf@debian.uxu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::230 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:103501 Archived-At: Emanuel Berg writes: > The RFC memos and specifications - published by the > semi-mythical IETF - are available in the Debian repositories as > the non-free 'doc-rfc' metapackage. > > After installation ('sudo aptitude install doc-rfc') the files > can be inspected in /usr/share/doc/RFC. They are all in .gz > format, but one can unzip them with gunzip to get a neat 407M > directory instead. Win! This makes it easier to manipulate the > files with familiar and unfamiliar tools alike. > > Now it gets interesting. I wrote this zsh function to search the > RFCs: Also, there's the `irfc` package for Emacs, which i've found very useful: http://melpa.org/#/irfc Alexis.