From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Shiyao MA Newsgroups: gmane.emacs.help Subject: how to enable italic font in terminal emacs? Date: Tue, 25 Jul 2017 04:36:05 -0700 (PDT) Message-ID: <72795ffe-4c79-422e-a1da-5614bdc7e256@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1500982831 895 195.159.176.226 (25 Jul 2017 11:40:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2017 11:40:31 +0000 (UTC) Injection-Date: Tue, 25 Jul 2017 11:36:06 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 25 13:40:25 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZyCL-0008BL-PL for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Jul 2017 13:40:21 +0200 Original-Received: from localhost ([::1]:59936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZyCR-0003rH-DC for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Jul 2017 07:40:27 -0400 X-Received: by 10.36.104.8 with SMTP id v8mr334860itb.15.1500982566232; Tue, 25 Jul 2017 04:36:06 -0700 (PDT) X-Received: by 10.31.85.71 with SMTP id j68mr78849vkb.27.1500982566080; Tue, 25 Jul 2017 04:36:06 -0700 (PDT) Original-Path: usenet.stanford.edu!t6no891094itb.0!news-out.google.com!c30ni698qta.0!nntp.google.com!s6no65514qtc.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=143.89.244.107; posting-account=t6zkagoAAABMlcDHKIr0fSXTarZKJY86 Original-NNTP-Posting-Host: 143.89.244.107 Original-Xref: usenet.stanford.edu gnu.emacs.help:219153 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:113856 Archived-At: Hi, I am using iterm2 + tmux. The term supports italic font, for example: printf "\e[3;4;33mthis is a test\n\e[0m" it prints out italic text in the shell running in iterm2+ tmux. However, in terminal emacs, I cannot get italic font. For example, in orgmode with the text: /my-italic-text/ it simply doesn't become italic. Best,