From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: [elisp] Look for function that create safe file name from string... Date: Mon, 09 Jul 2012 22:12:07 +0300 Organization: At home. Message-ID: <87r4sk92bc.fsf@desktop.home.int> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1341861157 25397 80.91.229.3 (9 Jul 2012 19:12:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2012 19:12:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 09 21:12:37 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 1SoJNs-0007GN-FT for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jul 2012 21:12:36 +0200 Original-Received: from localhost ([::1]:32837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoJNr-0007Jf-BE for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jul 2012 15:12:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoJNl-0007GA-Jb for help-gnu-emacs@gnu.org; Mon, 09 Jul 2012 15:12:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoJNj-0002AP-AD for help-gnu-emacs@gnu.org; Mon, 09 Jul 2012 15:12:29 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:44369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoJNj-00028v-4Y for help-gnu-emacs@gnu.org; Mon, 09 Jul 2012 15:12:27 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SoJNb-0006v0-6H for help-gnu-emacs@gnu.org; Mon, 09 Jul 2012 21:12:19 +0200 Original-Received: from 46.185.20.32 ([46.185.20.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 21:12:19 +0200 Original-Received: from gavenkoa by 46.185.20.32 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 21:12:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 46.185.20.32 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:Nmx2b52LmPOXtVEsd91hNUhvN0w= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:85745 Archived-At: I decide store my message after sending it to mail/news. As file name I use date and message header. But message header may contain danger symbol. One of errors I get when '/' char present in file name... So I look for function that safely escape string to get file name in portable for Emacs way... -- Best regards!