是否有emacs命令用字符填充对齐的字符串?具体来说,我希望能够参加
;; Foobar
Run Code Online (Sandbox Code Playgroud)
得到
;; ===================================Foobar====================================
Run Code Online (Sandbox Code Playgroud)
其中Foobar在宽度为77的字段中居中.为清楚起见,我通过python代码生成了上面的输出";; {:=^77}".format("Foobar").