From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: New hook for ERC Date: Thu, 09 Feb 2012 23:41:37 +0100 Message-ID: <87wr7vwrxa.fsf@gmail.com> References: <4F32E763.1060104@dogan.se> <877gzxufq3.fsf@gmail.com> <4F330620.7060201@dogan.se> <87aa4rlmpt.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328827330 18852 80.91.229.3 (9 Feb 2012 22:42:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2012 22:42:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 09 23:42:08 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rvcgp-0002tL-L3 for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2012 23:42:07 +0100 Original-Received: from localhost ([::1]:46167 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvcgo-0004pT-TN for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2012 17:42:06 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvcgl-0004od-Pn for emacs-devel@gnu.org; Thu, 09 Feb 2012 17:42:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rvcgf-0007ID-I8 for emacs-devel@gnu.org; Thu, 09 Feb 2012 17:42:03 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:49659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvcgf-0007I6-Af for emacs-devel@gnu.org; Thu, 09 Feb 2012 17:41:57 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rvcgc-0002oE-AS for emacs-devel@gnu.org; Thu, 09 Feb 2012 23:41:54 +0100 Original-Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2012 23:41:54 +0100 Original-Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2012 23:41:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148418 Archived-At: 09/02/12 22:29, Lars Ingebrigtsen > Deniz Dogan writes: > >>> (I've also been looking for an emacs-wide replacement, without much >>> success. This would be something that says : emacs is not allowed to >>> display anything past the end of a buffer, period - except when the >>> buffer is not long enough. Just like every other software does. This is >>> one of the things that bother me the most about emacs.) >> >> I agree with you very much on this point! > > The horror. You both want `C-v' (and friends) to make no guarantee > where the next line you're supposed to read is? That's as broken as > Firefox is. Yes. It definitely makes more sense in several modes (erc, everything comint), and I'd rather have it as well in the editing modes.