From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jake Eakle" Newsgroups: gmane.emacs.help Subject: Automatic Python self completion Date: Thu, 10 Apr 2008 18:06:50 -0400 Message-ID: <91d2aca70804101506m41c6b95ft4f3fbedc92adce45@mail.gmail.com> Reply-To: jseakle@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2635_5412453.1207865210471" X-Trace: ger.gmane.org 1207865629 15047 80.91.229.12 (10 Apr 2008 22:13:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 22:13:49 +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 Apr 11 00:14:22 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jk51F-0003na-Q1 for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Apr 2008 00:13:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk50c-0006io-1G for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Apr 2008 18:12:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jk4v5-0003yV-O3 for help-gnu-emacs@gnu.org; Thu, 10 Apr 2008 18:06:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jk4v5-0003yI-5S for help-gnu-emacs@gnu.org; Thu, 10 Apr 2008 18:06:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk4v5-0003yE-24 for help-gnu-emacs@gnu.org; Thu, 10 Apr 2008 18:06:59 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jk4v3-0005Fv-Tf for help-gnu-emacs@gnu.org; Thu, 10 Apr 2008 18:06:58 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so255723fga.30 for ; Thu, 10 Apr 2008 15:06:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=QnEgyFK4jO4z29siAqXWYvI56M8wpFv1gLwWk8Gu6tg=; b=t1uaWy4EO3EB44Xz5XHoCgAUTYDgoKhpGkbfT7l252f52u/OQlAhXb7TUAclq0ogNFW258jIGVSpyF6n0Rpc8/EtBcDTLbpSmXcpe5vehjX35fuygVgosGjO2ECfuw06OfTYzWn9UblPB+LkFfdbcvF1dMcah4Qbuw9EP/gpOkQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=qe90vayF5amkJd2A1sTsBISlcE8TFQs7FjMWTjXxBFQrS4+pF1VnE0aAZ9L3BIEyR8PSwWl+D4QKzXPIB+7i3HIu9+H5I+J5HqVqY5EgiFpNbOu7Z5/YibMVIch497Bi8Ge2a6rmBsKbnvXm089rKN10SwAi1CsHNj+83ERnqyQ= Original-Received: by 10.86.36.11 with SMTP id j11mr4056506fgj.5.1207865210480; Thu, 10 Apr 2008 15:06:50 -0700 (PDT) Original-Received: by 10.86.1.18 with HTTP; Thu, 10 Apr 2008 15:06:50 -0700 (PDT) X-Google-Sender-Auth: b7ec3c43987969be X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 10 Apr 2008 18:12:21 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53230 Archived-At: ------=_Part_2635_5412453.1207865210471 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I'm relatively new to emacs lisping, and I'm wondering how to go about adding a but of functionality to python-mode. I want emacs to, whenever I type '[tab]def (', automatically append the text 'self, '.Thanks! Jake Eakle -- A warb degombs the brangy. Your gitch zanks and leils the warb. ------=_Part_2635_5412453.1207865210471 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,
I'm relatively new to emacs lisping, and I'm wondering how to go about adding a but of functionality to python-mode. I want emacs to, whenever I type '[tab]def <function name>(', automatically append the text 'self, '.Thanks!

Jake Eakle

--
A warb degombs the brangy. Your gitch zanks and leils the warb. ------=_Part_2635_5412453.1207865210471--