From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Michael Reilly Newsgroups: gmane.emacs.devel Subject: Another neat Eclipse'ism Date: Thu, 19 Jun 2008 03:58:25 -0400 Message-ID: <485A11A1.6070209@pajato.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213862329 19254 80.91.229.12 (19 Jun 2008 07:58:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 07:58:49 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 19 09:59:33 2008 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.50) id 1K9F3G-00030L-JR for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 09:59:26 +0200 Original-Received: from localhost ([127.0.0.1]:40342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9F2S-0000r4-59 for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 03:58:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9F2O-0000qp-HN for emacs-devel@gnu.org; Thu, 19 Jun 2008 03:58:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9F2O-0000qd-5G for emacs-devel@gnu.org; Thu, 19 Jun 2008 03:58:32 -0400 Original-Received: from [199.232.76.173] (port=35212 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9F2N-0000qa-WA for emacs-devel@gnu.org; Thu, 19 Jun 2008 03:58:32 -0400 Original-Received: from 68-191-253-210.static.oxfr.ma.charter.com ([68.191.253.210]:38104 helo=copa.pajato.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K9F2N-0006R4-I0 for emacs-devel@gnu.org; Thu, 19 Jun 2008 03:58:31 -0400 Original-Received: from [127.0.0.1] (copa.pajato.com [68.191.253.210]) (authenticated bits=0) by copa.pajato.com (8.14.1/8.13.8) with ESMTP id m5J7wSkL006958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 19 Jun 2008 03:58:30 -0400 User-Agent: Thunderbird 2.0.0.14 (X11/20080501) X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (copa.pajato.com [68.191.253.210]); Thu, 19 Jun 2008 03:58:30 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: 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:99452 Archived-At: While I try to do most of my editing from Emacs, occasionally I will find myself using the Eclipse Java editor. One of the more convenient niceties, in the absence of auto-fill-mode, is having the print-margin displayed. This is a useful feature in its own right, i.e. show a 1 pixel background line in Emacs where the right margin is set. Needless to say, I have not a clue how to implement it. -pmr