From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: gutter region on both sides of screen Date: Fri, 4 Sep 2009 10:50:05 -0700 Message-ID: References: <87hbvjzwr1.fsf@fh-trier.de> <87zl9aeik1.fsf@iki.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252086920 24987 80.91.229.12 (4 Sep 2009 17:55:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Sep 2009 17:55:20 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 04 19:55:13 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mjd0C-0003b3-Mc for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Sep 2009 19:55:13 +0200 Original-Received: from localhost ([127.0.0.1]:44697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mjd0C-00053t-0B for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Sep 2009 13:55:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjcvP-0001Zq-Fb for help-gnu-emacs@gnu.org; Fri, 04 Sep 2009 13:50:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjcvK-0001Vy-MF for help-gnu-emacs@gnu.org; Fri, 04 Sep 2009 13:50:14 -0400 Original-Received: from [199.232.76.173] (port=50326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjcvK-0001Vn-IQ for help-gnu-emacs@gnu.org; Fri, 04 Sep 2009 13:50:10 -0400 Original-Received: from rcsinet12.oracle.com ([148.87.113.124]:47494 helo=rgminet12.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MjcvJ-0004XA-Ro for help-gnu-emacs@gnu.org; Fri, 04 Sep 2009 13:50:10 -0400 Original-Received: from rgminet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rgminet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n84HnuhE010484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Sep 2009 17:49:57 GMT Original-Received: from abhmt015.oracle.com (abhmt015.oracle.com [141.146.116.24]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n84HoOCK008965 for ; Fri, 4 Sep 2009 17:50:24 GMT Original-Received: from dradamslap1 (/141.144.80.48) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 04 Sep 2009 10:50:04 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acoth561RFom6qimS06GU51LuGbVjQAACWMw In-Reply-To: <87zl9aeik1.fsf@iki.fi> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt015.oracle.com [141.146.116.24] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4AA1534D.00FE:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67881 Archived-At: > Maybe "M-x set-fringe-style none" was implemented when 21.3 came out. Nope. > This is probably the simplest way: > (push '(continuation nil nil) fringe-indicator-alist) > This version modifies the alist in-place: > (setcdr (assq 'continuation fringe-indicator-alist) > '(nil nil)) There is no `fringe-indicator-alist' in Emacs 21. In Emacs 21, there are no variables or functions with `fringe' in their name.