<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>octech</author_name>
  <author_url>https://blog.hatena.ne.jp/octech/</author_url>
  <blog_title>octech</blog_title>
  <blog_url>https://octech.hatenadiary.org/</blog_url>
  <categories>
    <anon>xyzzy</anon>
    <anon>lisp</anon>
  </categories>
  <description>現在開いているファイル名を挿入する、ということがどうやら基本的にメニューに見当たらないので、これを機にLispスクリプトを書いて組み込んでみた。 とりあえず、C-F8で挿入できました。なるほどなるほど。 やっぱりLispはlisp-modeで書かないと、括弧の数をミスしますね・・。 ;;; 以下のコードを.xyzzy に追記します. ;; 現在選択中のバッファ名（開いているファイル名）を返します. (defun insert-filename () (interactive) (insert (buffer-name(selected-buffer)) ) ) ;; C-F8 に割り当てます.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Foctech.hatenadiary.org%2Fentry%2F20071119%2F1195483783&quot; title=&quot;現在開いているファイル名を挿入する - octech&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>https://cdn-ak.f.st-hatena.com/images/fotolife/o/octech/20071119/20071119234932.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-11-19 23:49:43</published>
  <title>現在開いているファイル名を挿入する</title>
  <type>rich</type>
  <url>https://octech.hatenadiary.org/entry/20071119/1195483783</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
