From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: Re: CPerl and Perl 5.10.x Date: Tue, 29 Sep 2009 11:57:41 +0000 (UTC) Organization: Public Access Networks Corp. Message-ID: References: <871vmo2hk7.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1254229578 29427 80.91.229.12 (29 Sep 2009 13:06:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 13:06:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 29 15:06:11 2009 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 1MscPB-0003lo-6L for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Sep 2009 15:06:09 +0200 Original-Received: from localhost ([127.0.0.1]:50357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MscPA-00034J-Et for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Sep 2009 09:06:08 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader1.panix.com 1254225461 19241 166.84.1.2 (29 Sep 2009 11:57:41 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Tue, 29 Sep 2009 11:57:41 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Original-Xref: news.stanford.edu gnu.emacs.help:173415 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:68530 Archived-At: In article , Ilya Zakharevich wrote: >On 2009-09-03, Ted Zlatanov wrote: >>>> That's silly. Can this be resolved with a user option? >> >> IZ> Oups, I meant Lisp coding style, not Perl coding style... >> >> Consider js2-mode.el made it into the trunk (there was a long discussion >> about the nasty hacks it employs), I think you should ask again. I can >> do it if you prefer. > >I would gladly accept any help in this matter. A lot of thanks in advance. > >> If there's a list of problems with your code, do you have a reference >> (message-ID, whatever) to help me start somewhere? > >Basically, one has a lot of obsolete variables/functions used (with >wrappers to avoid warnings), and (` ) etc is used a lot. Do not >remember any specific message, but I may try to locate (10-years old?) >discussion related to the coding style. > >Yours, >Ilya For us all, could you say something about "using wrappers to avoid warnings"? And maybe (other?) non-obvious use of wrappers? Sounds interesting! Thanks! David