From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matus Kmit Newsgroups: gmane.emacs.help Subject: RE: ielm freeze Date: Fri, 23 Mar 2012 09:38:08 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1332493770 30292 80.91.229.3 (23 Mar 2012 09:09:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Mar 2012 09:09:30 +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 Mar 23 10:09:29 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 1SB0Uv-0002c4-7W for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2012 10:09:25 +0100 Original-Received: from localhost ([::1]:38549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB0Uu-00025j-Gf for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2012 05:09:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB00n-0005PQ-5P for help-gnu-emacs@gnu.org; Fri, 23 Mar 2012 04:38:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SB00i-0000mX-6G for help-gnu-emacs@gnu.org; Fri, 23 Mar 2012 04:38:16 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:43338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB00h-0000kr-V3 for help-gnu-emacs@gnu.org; Fri, 23 Mar 2012 04:38:12 -0400 Original-Received: by iajr24 with SMTP id r24so5317819iaj.0 for ; Fri, 23 Mar 2012 01:38:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=b+HAganbU4eJ49WEwKRCiv/ih1sO8XoRc2+l1+grvaY=; b=DL9nlA6ou+i5lxOpv+R9xtqFTbgSkosxvuHr8ggdM6f8BB7HBlBVZ5OQoOYIGRMXea i6PcumbkKDnLdwm7WWH884zB502jgzMhXFAY4jlt//if3yYnhkiwsXnMmpyXpPPlusXL a6HWSRdDRengBbPMIEG4luvvdgDIxd3iv+3qLArayOLRRIQAqnFYNgne+ru1xqzVKb0v OKz4KZOL/ixp9a+GRhtAeZXl/eNxj3r7TTaulHycvK6y8tvqfwf+fEOEnabxRpUFD53L jWlzuyZCc4mCLrUqTfh5Fz5nPCnIA4JNTUJWtFZX7qP/tLhlxHado0R8QFt1jI73VY5v BSCg== Original-Received: by 10.50.76.163 with SMTP id l3mr1578074igw.10.1332491889008; Fri, 23 Mar 2012 01:38:09 -0700 (PDT) Original-Received: by 10.231.114.214 with HTTP; Fri, 23 Mar 2012 01:38:08 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 X-Mailman-Approved-At: Fri, 23 Mar 2012 05:09:19 -0400 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:84097 Archived-At: ;; disable echoing in ruby intrepreter (defun echo-false () =A0(setq comint-process-echoes t)) (add-hook 'inferior-ruby-mode-hook 'echo-false) That did it. Thank you! Matus