From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Pennebaker Newsgroups: gmane.emacs.help Subject: Down arrow key skips lines when window too short Date: Mon, 11 Mar 2013 15:31:45 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e011825b43229cd04d7ab395f X-Trace: ger.gmane.org 1363030460 5400 80.91.229.3 (11 Mar 2013 19:34:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Mar 2013 19:34:20 +0000 (UTC) To: Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 11 20:34:45 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UF8Ua-0007En-VW for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Mar 2013 20:34:41 +0100 Original-Received: from localhost ([::1]:47902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8UE-0002Dd-MM for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Mar 2013 15:34:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8Rp-0006Mp-DG for help-gnu-emacs@gnu.org; Mon, 11 Mar 2013 15:31:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF8Rn-0004Tv-6q for help-gnu-emacs@gnu.org; Mon, 11 Mar 2013 15:31:49 -0400 Original-Received: from mail-ia0-x22b.google.com ([2607:f8b0:4001:c02::22b]:65247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8Rn-0004Ti-0U for help-gnu-emacs@gnu.org; Mon, 11 Mar 2013 15:31:47 -0400 Original-Received: by mail-ia0-f171.google.com with SMTP id z13so4034039iaz.2 for ; Mon, 11 Mar 2013 12:31:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=vVhZykmy9lgc1IFFqs8PEO6+og0nOi+D7U2EfXYVHKo=; b=LOTk0zqX7N5eRgcm+87cb63KrWyQ4K92wiN/TiElVPXjtfOT9accKDPLHt7pXQTw3p Jm8CZyiR3hJyf3EmbG2gFcFqGd3AcsL+f5cvMbXIzIVtNqakUFL49ZSzOPUVe2OHgHAz HAHTzUO7NojOKnK9ShfDUU4QCQgBRsJllRLNBhHG44OwMKLsTIv7CUhRusXK5WCjV174 aRbXoD0RKMkv8Nyh1TUUvonfard8gIJlFHJmd4rVCRJj/eK6p/4/wkAM76NgtDG220Pl NP2lUDnBObCTH9XY8TdFPfa0CB1da2tEfw8tF5gNxF2RRBaPKdgHS8z3DyXh2Xwq82FP HQPQ== X-Received: by 10.50.8.42 with SMTP id o10mr4219620iga.86.1363030305807; Mon, 11 Mar 2013 12:31:45 -0700 (PDT) Original-Received: by 10.42.110.194 with HTTP; Mon, 11 Mar 2013 12:31:45 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c02::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89473 Archived-At: --089e011825b43229cd04d7ab395f Content-Type: text/plain; charset=ISO-8859-1 When I use Emacs in full screen mode, the Down arrow key works just fine for navigating down a source code buffer. But when the window gets too short (e.g., C-x 2), then pressing Down begins to skip "paragraphs" of code, making it hard to edit the desired line. This behavior occurs for the Down arrow key, `C-n`, and `M-x next-line`, as well as for the reverse functions Up, `C-l`, and `M-x previous-line`. Can someone help me modify my `~/.emacs` to prevent these line skips from happening? I'm using Homebrew Emacs 24.2.1 on Mac OS X 10.8.2. -- Cheers, Andrew Pennebaker www.yellosoft.us --089e011825b43229cd04d7ab395f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
When I use Emacs in full screen mode, the Down arrow = key works just fine for navigating down a source code buffer. But when the = window gets too short (e.g., C-x 2), then pressing Down begins to skip &quo= t;paragraphs" of code, making it hard to edit the desired line.

This behavior occurs for the Down arrow key, `C-n`, and= `M-x next-line`, as well as for the reverse functions Up, `C-l`, and `M-x = previous-line`.

Can someone help me modify my `~/.= emacs` to prevent these line skips from happening?

I'm using Homebrew Emacs 24.2.1 on Mac OS X 1= 0.8.2.

--
Cheers,

And= rew Pennebaker
--089e011825b43229cd04d7ab395f--