From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Borsotti Newsgroups: gmane.emacs.bugs Subject: Re: scroll-preserve-screen-position not working Date: Wed, 11 Apr 2007 15:43:25 +0200 Organization: OND Research and Development Message-ID: <461CE5FD.4D6CB247@alcatel-lucent.it> References: <4617855F.6000107@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176323782 3147 80.91.229.12 (11 Apr 2007 20:36:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 20:36:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 22:36:07 2007 Return-path: Envelope-to: geb-bug-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 1HbjXz-0008M1-7w for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2007 22:36:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbjc4-0005gz-4n for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2007 16:40:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbdWP-0007i0-U2 for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2007 10:10:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbdWO-0007ho-Nm for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2007 10:10:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbdWO-0007hl-EI for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2007 10:10:04 -0400 Original-Received: from gc-na5.alcatel.fr ([64.208.49.5] helo=smail6.alcatel.fr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HbdSK-0007eS-Jr for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2007 10:05:52 -0400 Original-Received: from itmail02.netfr.alcatel.fr (itmail02.netfr.alcatel.fr [155.132.182.198]) by smail6.alcatel.fr (8.13.4/8.13.4/ICT) with ESMTP id l3BE5Y4P023471 for ; Wed, 11 Apr 2007 16:05:34 +0200 Original-Received: from alcatel-lucent.it ([151.98.44.119]) by itmail02.netfr.alcatel.fr (Lotus Domino Release 5.0.13aHF163) with ESMTP id 2007041116054727:8497 ; Wed, 11 Apr 2007 16:05:47 +0200 X-Mailer: Mozilla 4.75 [en] (X11; U; HP-UX B.10.20 9000/820) X-Accept-Language: en X-MIMETrack: Itemize by SMTP Server on ITMAIL02/IT/ALCATEL(Release 5.0.13aHF163 | June 23, 2005) at 04/11/2007 16:05:47, Serialize by Router on ITMAIL02/IT/ALCATEL(Release 5.0.13aHF163 | June 23, 2005) at 04/11/2007 16:05:48, Serialize complete at 04/11/2007 16:05:48 X-Scanned-By: MIMEDefang 2.51 on 155.132.188.84 X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Wed, 11 Apr 2007 16:39:28 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15662 Archived-At: Hi Martin, I replaced in cus-start.el the line: (scroll-preserve-screen-position windows boolean) with: (scroll-preserve-screen-position windows (choice (const :tag "Off (nil)" :value nil) (const :tag "Full screen (t)" :value t) (other :tag "Always"))) (As a matter of fact, I commented out the original line by putting ;; in front of it). However, this does not fix the problem. When I scroll, the cursor changes position in the text. -Angelo