<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gom68</author_name>
  <author_url>https://blog.hatena.ne.jp/gom68/</author_url>
  <blog_title>gom68の日記</blog_title>
  <blog_url>https://gom.hatenablog.com/</blog_url>
  <categories>
    <anon>emacs</anon>
  </categories>
  <description>compile時にいちいちファイル名入力するのが面倒なので、自動で入力されないものかといじくってみた。 ただ、Lispなんてさっぱりわからない。関数型言語ってなんですか？とりあえず直感で･･･ (setq-default compile-command &quot;csc &quot; ) この部分をいじくってみる。ファイル名かバッファ名取得して、cscの後ろに繋げてあげればいいんじゃない？ (setq-default compile-command (concat &quot;csc &quot; (buffer-name (current-buffer)))) 結果 csc *scrach* うう、ダメか･･･ 今日は時間切れな…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgom.hatenablog.com%2Fentry%2F20080307%2F1204880159&quot; title=&quot;Emacs Lispをかじってみる - gom68の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-03-07 17:55:59</published>
  <title>Emacs Lispをかじってみる</title>
  <type>rich</type>
  <url>https://gom.hatenablog.com/entry/20080307/1204880159</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
