all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: How can i write to file in background in elisp...
Date: Sat, 12 Nov 2011 01:25:01 +0200	[thread overview]
Message-ID: <8739du9r8y.fsf@gmail.com> (raw)

I write:

  (let (
        (coding-system-for-read 'utf-8)
        (coding-system-for-write 'utf-8)
        )
    (save-excursion
      (find-file stmcrblog-file)
      (beginning-of-buffer)
      (insert
       (format-time-string "%Y-%m-%d %H:%M" (current-time))
       " "  msg  "\n")
      (save-buffer)
      (kill-buffer)
      ))

but afraid that this is not correct way to write to file without splashing it
into to user...

How can i write to file in background in elisp?

-- 
Best regards!




             reply	other threads:[~2011-11-11 23:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-11 23:25 Oleksandr Gavenko [this message]
2011-11-11 23:54 ` How can i write to file in background in elisp Deniz Dogan
2011-11-11 23:55   ` Deniz Dogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8739du9r8y.fsf@gmail.com \
    --to=gavenkoa@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.