From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: Re: SDCV and indian diacritics Date: Sun, 6 Oct 2013 05:17:05 -0700 (PDT) Message-ID: <8dfa2dce-9b99-4866-8899-1cd86efb16e8@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1381062018 8973 80.91.229.3 (6 Oct 2013 12:20:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2013 12:20: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 Sun Oct 06 14:20:19 2013 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 1VSnJq-0000g5-OA for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Oct 2013 14:20:18 +0200 Original-Received: from localhost ([::1]:55006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSnJq-0003qZ-4P for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Oct 2013 08:20:18 -0400 X-Received: by 10.224.93.19 with SMTP id t19mr40867275qam.3.1381061825714; Sun, 06 Oct 2013 05:17:05 -0700 (PDT) X-Received: by 10.50.80.78 with SMTP id p14mr601235igx.6.1381061825678; Sun, 06 Oct 2013 05:17:05 -0700 (PDT) Original-Path: usenet.stanford.edu!i2no1232286qav.0!news-out.google.com!9ni11763qaf.0!nntp.google.com!i2no1232275qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.22.237; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.22.237 User-Agent: G2/1.0 Injection-Date: Sun, 06 Oct 2013 12:17:05 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:201598 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:93868 Archived-At: On Sunday, October 6, 2013 11:09:09 AM UTC+5:30, Sebastian Nehrdich wrote: > So my question is: Is it possible to hack the sdcv.el to do this > replacement so I can type with my diacritics, then the sdcv.el converts all > the characters to itrans before the input is sent to sdcv? No idea about sdcv I have a bit of elisp that goes the other way. You type in ASCII/ITRANS That code then batch-runs the Itrans input method on the buffer and generates another buffer with devanagari. You could presumably change the input method to diacritics (Dunno... Just an idea) I could pass on that code to you. [Not on that machine now]