From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Teaching emacsclient to act as a pager, and more Date: Wed, 08 Jun 2016 17:51:24 +0200 Message-ID: <87porrd6gz.fsf@gnu.org> References: <1465262706-5229-1-git-send-email-sbaugh@catern.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1465401123 6216 80.91.229.3 (8 Jun 2016 15:52:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2016 15:52:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Spencer Baugh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 08 17:51:53 2016 Return-path: Envelope-to: ged-emacs-devel@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 1bAfli-0006Wb-5V for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2016 17:51:46 +0200 Original-Received: from localhost ([::1]:58047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAflh-00030b-0R for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2016 11:51:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAflY-0002zC-W0 for emacs-devel@gnu.org; Wed, 08 Jun 2016 11:51:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAflU-0002nh-1x for emacs-devel@gnu.org; Wed, 08 Jun 2016 11:51:36 -0400 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:35967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAflS-0002n8-Re for emacs-devel@gnu.org; Wed, 08 Jun 2016 11:51:31 -0400 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 558EE21C2D; Wed, 8 Jun 2016 11:51:27 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 08 Jun 2016 11:51:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=/bZvPa6wTcCEjgGOGZUNaCFEMVw=; b=Zieod 0d5C6Rru3/eGQ2pL3IwlHUMs5Vj8iAogmbQH8Jld1KfrY1rl6fWTuu69SvhN/DJd MDUgbsB8DyYt3aNqlJJptMroRO0rPscS5spmTWH9MzEOoDD/utpYSgnnE3rhTj3x 0LbzPcRD5+oro0wHOgltDSVS5nwCwiWLHsRkxY= X-Sasl-enc: qw9CSwxgZpMEgoZ3Ul0iFa2oFpEsV0N8MS1E8jpZpAV1 1465401086 Original-Received: from thinkpad-t440p (unknown [31.213.140.79]) by mail.messagingengine.com (Postfix) with ESMTPA id 8A1D5CCDA1; Wed, 8 Jun 2016 11:51:26 -0400 (EDT) Mail-Followup-To: Spencer Baugh , emacs-devel@gnu.org In-Reply-To: <1465262706-5229-1-git-send-email-sbaugh@catern.com> (Spencer Baugh's message of "Mon, 6 Jun 2016 21:25:01 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.26 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204237 Archived-At: Spencer Baugh writes: Hi Spencer, > I am sure that these patches are terrible style, not in keeping with > the Emacs coding conventions, and totally unportable (I wrote this on > GNU/Linux) - I just wanted to get out a quick proof of concept. I can't comment on that but using emacsclient as a PAGER is one of the top entries in my emacs wishlist. Thanks for working on that! Bye, Tassilo