From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Anton Kulchitsky Newsgroups: gmane.emacs.bugs Subject: PgDown problem Date: Fri, 17 Oct 2003 17:39:26 -0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F9099CE.20001@kulchitsky.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1066441243 7952 80.91.224.253 (18 Oct 2003 01:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2003 01:40:43 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 18 03:40:41 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAg5A-00012v-00 for ; Sat, 18 Oct 2003 03:40:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAg4e-00034C-7G for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Oct 2003 21:40:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAg4c-000347-4b for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2003 21:40:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAg46-0002Wl-Hk for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2003 21:40:05 -0400 Original-Received: from [203.194.240.137] (helo=station174.com) by monty-python.gnu.org with smtp (Exim 4.24) id 1AAg45-0002Wa-OX for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2003 21:39:34 -0400 Original-Received: (qmail 9788 invoked from network); 18 Oct 2003 01:40:21 -0000 Original-Received: from unknown (HELO kulchitsky.org) (137.229.38.248) by station174.com with SMTP; 18 Oct 2003 01:40:21 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5993 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5993 Hello, I have been bothered by big problem since version 21 till now. This is Page Down things. It is very often and it does not depends on computer or Linux kernel. --- When I push Page Down at the end of file sometimes (but often enough) emacs fail. There is window and clock but no response. I can only kill it and restart :( --- I guess this is because of my settings in ,emacs. There are ========= ;;font size (set-face-font 'default "7x14") ;;my favourite scrolling and margins (setq scroll-conservatively 100) (setq scroll-margin 4) ====== Please HELP!!! I guess it is a bug in emacs. Anton K. (atoku)