From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: dabbrev-expand ignores case sometimes Date: Thu, 19 Jul 2012 21:31:04 +0530 Message-ID: <81394nzqnz.fsf@gmail.com> References: <81r4s7rgne.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342713699 25576 80.91.229.3 (19 Jul 2012 16:01:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2012 16:01:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: C K Kashyap Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 19 18:01:38 2012 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 1SrtAW-0008Rl-KL for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 18:01:36 +0200 Original-Received: from localhost ([::1]:56884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrtAV-0006LR-VZ for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 12:01:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrtAJ-0006FH-Gv for help-gnu-emacs@gnu.org; Thu, 19 Jul 2012 12:01:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrtAF-0001k0-90 for help-gnu-emacs@gnu.org; Thu, 19 Jul 2012 12:01:23 -0400 Original-Received: from mail-gh0-f169.google.com ([209.85.160.169]:55049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrtAF-0001js-4S for help-gnu-emacs@gnu.org; Thu, 19 Jul 2012 12:01:19 -0400 Original-Received: by ghrr18 with SMTP id r18so3507013ghr.0 for ; Thu, 19 Jul 2012 09:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=yI6QJx1ZRbn1dgfgy4zOTzi/bF1m7jBKMtX3JsTi0B0=; b=ZRZf3/B/BdiSwBXBsOB6ZFsx2iNuYpo4tkdxS240AH9wtML7W0g4lhpV/4OIdP+Iy4 TKPvLq/ixCv8gmbPVez988yzZHJLMxIBEs90XWHv/juvX7It7Psz4CUS6RCNVQc66E58 eFQCBJrv+7WxfyaHlY7QDQ64x0QZBZAfI2GIp6Ce3uPe+RxZDZTxvPIERhv5DmkpAHNF yuycPjwTUbnDgQY/+M+x2nFe0CJ2lcPVTj6uNPC+yytlCMZwS+q3gXe+FTGNpP/XcAeC x4KkrPPVQZ2jDuL6w4okPoJcWTXKjPwS+V0lzlckEnLAPCEAsJIHZb3mDfPxEi+BY5Vs cugA== Original-Received: by 10.66.80.193 with SMTP id t1mr4707798pax.40.1342713678260; Thu, 19 Jul 2012 09:01:18 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.241.124.114]) by mx.google.com with ESMTPS id mr1sm2019644pbb.62.2012.07.19.09.01.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 09:01:16 -0700 (PDT) In-Reply-To: (C. K. Kashyap's message of "Thu, 19 Jul 2012 20:33:28 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.169 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:85939 Archived-At: Can you be more specific. What is the guarantee that you haven't typed M-l, M-u or M-c? > I have not customized dabrrev ... I believe I run into this > accidentally when I type in some control/alt combinations > inadvertently. > > Regards, > Kashyap > > On Thu, Jul 19, 2012 at 7:34 PM, Jambunathan K < > kjambunathan@gmail.com> wrote: > > C K Kashyap writes: > > > Hi, > > > > I noticed that at times when I do a M-/ and try to complete a > word > > that already exists in the buffer (I assume, this is what I > need to > > do if I need to do what I did using C-p or C-n on vi), the word > > completion happens but with weird casing. Sometime all caps > etc. I > > wonder if there is some setting I need to do when I get into > this > > situation. > > Have you customized dabrrev? > > See (info "(emacs) Dabbrev Customization") > > > > > > Regards, > > Kashyap > > > > > > --