<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h-hirai</author_name>
  <author_url>https://blog.hatena.ne.jp/h-hirai/</author_url>
  <blog_title>日曜プログラマがダラダラ書く</blog_title>
  <blog_url>https://h-hirai.hatenadiary.org/</blog_url>
  <categories>
    <anon>メモ</anon>
  </categories>
  <description>ときどき連番を含むファイルとか書くときがあるんだけど、ある程度以上の行数になるとめんどくさいな、と。そんなわけで、下記関数を実行して *scratch* バッファからコピペする。Emacs Lisp 的に綺麗な書き方とか知らない。 (defun numbers (from &amp;optional to) (when (null to) (setq to from) (setq from 0)) (while (&lt; from to) (insert (format &quot;%d\n&quot; from)) (setq from (+ from 1)))) あれ? スーパーpre記法って elisp に対応してない…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fh-hirai.hatenadiary.org%2Fentry%2F20100222%2F1266841143&quot; title=&quot; 連番を表示する elisp - 日曜プログラマがダラダラ書く&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>2010-02-22 21:19:03</published>
  <title> 連番を表示する elisp</title>
  <type>rich</type>
  <url>https://h-hirai.hatenadiary.org/entry/20100222/1266841143</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
