From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Danil Orlov Newsgroups: gmane.emacs.help Subject: Dabbrev and $ sign Date: Fri, 5 Sep 2014 15:02:59 +0400 Message-ID: <20140905110259.GA20090@debian> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1409915012 6793 80.91.229.3 (5 Sep 2014 11:03:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 11:03:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 05 13:03:25 2014 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 1XPrIX-0003Yb-AN for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Sep 2014 13:03:21 +0200 Original-Received: from localhost ([::1]:56905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPrIW-0006Y5-Hr for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Sep 2014 07:03:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPrII-0006W6-VJ for help-gnu-emacs@gnu.org; Fri, 05 Sep 2014 07:03:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPrIH-0004ar-Ry for help-gnu-emacs@gnu.org; Fri, 05 Sep 2014 07:03:06 -0400 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:59031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPrIH-0004aU-Jm for help-gnu-emacs@gnu.org; Fri, 05 Sep 2014 07:03:05 -0400 Original-Received: by mail-la0-f50.google.com with SMTP id mc6so13527703lab.23 for ; Fri, 05 Sep 2014 04:03:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=sTEjweXxxNwgkKcBQECUb7XfBXfmdMNQwnQ6zs2ZTZg=; b=TSuzyOgVZBFyLe3SlQsVvy0m2uq4bbUBCEoSONklacGDpJSOae+7/we8p8Hh9lT1jE 4oOV+86Gz0yoXV9oCAPXrR1Z2HWEKyz80djK3xY1vSthO55wBPbY3FJ2YLFWLPPWnCv8 jDSKoZWshHflxxPECXkIXGupATnAGTyGPW22fNaqczAiUbHAMcJvREOGW4CT5MLS4KDn G+V7F/F0Q71UEU18DDk3yyzKpIBOtWDkgQTO24wqzO3vUCeNf4+6Ekdvc4/jsyNfrlj6 alDN7TZfBPI+FpdyUqphpW7Mo4pj5/MZ/uWMIe7TKcfehJQNaJoKsbLFIQWUZPEuLBfW TF0Q== X-Received: by 10.112.76.230 with SMTP id n6mr10533873lbw.8.1409914984153; Fri, 05 Sep 2014 04:03:04 -0700 (PDT) Original-Received: from debian ([2001:5c0:1400:a::2ab]) by mx.google.com with ESMTPSA id os7sm610640lbb.42.2014.09.05.04.03.02 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 05 Sep 2014 04:03:03 -0700 (PDT) Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 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:99662 Archived-At: Typical situation for php - you type a variable name for example: protected $someVariable; if later I type $someV and hit M-/ dabbrev will complete the name. But if I type: $this->someV then completion will not work. Is it possible to make dabbrev scan words without $ in beginning of it?