From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: Small improvements to ruby-mode Date: Thu, 8 Aug 2013 18:56:37 +0300 Message-ID: References: <2A6700DEDCA640EF92B326002717596D@gmail.com> <51D6D500.7080306@yandex.ru> <51DB6516.1090708@yandex.ru> <51DC43CE.3090206@yandex.ru> <51DDA366.9020700@yandex.ru> <51E06787.8020401@yandex.ru> <51E1A62A.1030204@yandex.ru> <51E55CFB.7060303@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2bdb4fe08c504e371b3d4 X-Trace: ger.gmane.org 1375977411 14992 80.91.229.3 (8 Aug 2013 15:56:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Aug 2013 15:56:51 +0000 (UTC) Cc: emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 08 17:56:52 2013 Return-path: Envelope-to: ged-emacs-devel@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 1V7Sa4-0005Y7-Ee for ged-emacs-devel@m.gmane.org; Thu, 08 Aug 2013 17:56:52 +0200 Original-Received: from localhost ([::1]:51085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Sa3-0002dr-Ta for ged-emacs-devel@m.gmane.org; Thu, 08 Aug 2013 11:56:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7SZv-0002Nj-2O for emacs-devel@gnu.org; Thu, 08 Aug 2013 11:56:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7SZq-000243-GQ for emacs-devel@gnu.org; Thu, 08 Aug 2013 11:56:42 -0400 Original-Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]:38194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7SZq-00023e-C4 for emacs-devel@gnu.org; Thu, 08 Aug 2013 11:56:38 -0400 Original-Received: by mail-qa0-f47.google.com with SMTP id o19so375043qap.6 for ; Thu, 08 Aug 2013 08:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qREwVl9/ujoX8FX9p1SQnWMuQiRhrDQM5FJZswbuQAU=; b=ccgTY37KE26RWU1/qUSKZH8iEYKyM6Kwc9AITz4D/hLEQ3sXZ9CYB2gskheFSqeqGD 0KBft1rGOYBqh6PvIiHfxCZ/9Df0021ciEjxx2NQ7zu90Rk2c9AlxHVu0eLnddP2gtkV IQ/VnWOrPkJkrmJshhA+vbKajyjU0kQ9Uj5q+7phqr9Cpmno95+euJDc4wgth6xAauMx yAn6gIkQ1ilAJTcI1SM4xXJptgaRl30tGVg8SfEWGw5XrUjsfXFaoJWiP9eQS6LcYJb7 axHY6gR7p7B/3+sEb+cRTkn/RUYEMMcN0kPnV7HHgl1iReVr25cLidNVk4tnxwvFfJp0 P4RA== X-Received: by 10.224.127.137 with SMTP id g9mr6744546qas.4.1375977397418; Thu, 08 Aug 2013 08:56:37 -0700 (PDT) Original-Received: by 10.49.12.7 with HTTP; Thu, 8 Aug 2013 08:56:37 -0700 (PDT) In-Reply-To: <51E55CFB.7060303@yandex.ru> X-Google-Sender-Auth: AA7IeS2X-sfiYTX3tIGg7kr6b-s X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22f 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:162518 Archived-At: --001a11c2bdb4fe08c504e371b3d4 Content-Type: text/plain; charset=UTF-8 The author of ruby-tools informed me and Stefan that the copyright assignment process has been completed so I guess you can copy the commands from there and assign them new keybinding in ruby-mode. On 16 July 2013 17:47, Dmitry Gutov wrote: > On 16.07.2013 17:18, Bozhidar Batsov wrote: > >> Btw, I think you've introduced a bug with one of your changes. Paste >> this into Emacs: >> >> return if safe_assignment?(cond) && safe_assignment_allowed? >> >> "?(" and the last "?" are highlighted with the font-lock-string face. >> > > Thanks for noticing. Fixed! > --001a11c2bdb4fe08c504e371b3d4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The author of ruby-tools informed me and Stefan that the c= opyright assignment process has been completed so I guess you can copy the = commands from there and assign them new keybinding in ruby-mode.


On 16 July 2013 17:47, Dmitry Gutov <dgu= tov@yandex.ru> wrote:
On 16.07.2013 17:18, Bozhidar Batsov wrote:
Btw, I think you've introduced a bug with one of your changes. Paste this into Emacs:

return if safe_assignment?(cond) && safe_assignment_allowed?

"?(" and the last "?" are highlighted with the font-loc= k-string face.

Thanks for noticing. Fixed!

--001a11c2bdb4fe08c504e371b3d4--